chore: format source using the pre_commit command

This commit is contained in:
fusion44 2022-03-20 17:20:56 +01:00
parent 20f60abaf3
commit 516550bd9f
No known key found for this signature in database
GPG key ID: 645FA807E935D9D5
33 changed files with 78 additions and 69 deletions

View file

@ -17,7 +17,7 @@ if [ ${sshpassInstalled} -eq 0 ]; then
echo "FAIL: please make sure that sshpass is installed on your system"
echo "macOS: brew install hudochenkov/sshpass/sshpass"
echo "Linux(Debian): apt install sshpass"
exit
exit
fi
# check if ping is installed
@ -25,7 +25,7 @@ pingInstalled=$(ping -V | grep -c "ping")
if [ ${pingInstalled} -eq 0 ]; then
echo "FAIL: please make sure that ping is installed on your system"
echo "Linux(Debian): apt install inetutils-ping OR apt install iputils-ping"
exit
exit
fi
# check if localIP is available&responding