mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
acme: Fix arithmetic syntax
Thanks to @jow- for pointing out the mistake. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
@@ -99,7 +99,7 @@ pre_checks()
|
||||
return 1
|
||||
fi
|
||||
debug "Waiting for nginx to stop..."
|
||||
tries=$tries+1
|
||||
tries=$((tries + 1))
|
||||
sleep 1
|
||||
done
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user