mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-19 12:37:30 +02:00
chore: format source using the pre_commit command
This commit is contained in:
parent
20f60abaf3
commit
516550bd9f
33 changed files with 78 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue