mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
fix: formatting
This commit is contained in:
@@ -122,7 +122,7 @@ print_error(){
|
|||||||
done
|
done
|
||||||
sum=$(IFS=+; echo "$((${data_count[*]}))")
|
sum=$(IFS=+; echo "$((${data_count[*]}))")
|
||||||
if [ $sum -eq 0 ]; then
|
if [ $sum -eq 0 ]; then
|
||||||
ERROR_MSG=" Looks like $1 was already removed!\n Skipping..."
|
ERROR_MSG="Looks like $1 was already removed!\n Skipping..."
|
||||||
else
|
else
|
||||||
ERROR_MSG=""
|
ERROR_MSG=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user