dont need to pass -t

This commit is contained in:
m0duspwnens
2022-04-11 15:11:57 -04:00
parent 79dc2374e0
commit 6ed8694008
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ check_salt_minion_status() {
echo " Received job response from salt minion" >> "$setup_log" 2>&1
fi
retrun $status
return $status
}

View File

@@ -1014,7 +1014,7 @@ main() {
echo "### Preparing soup at $(date) ###"
echo ""
if ! check_salt_master_status -t 30; then
if ! check_salt_master_status 30; then
echo "Could not talk to salt master"
echo "Please run `systemctl status salt-master` to ensure the salt-master service is running."
exit 1