[fix] Syntax fixes

This commit is contained in:
William Wernert
2020-12-01 21:21:32 -05:00
parent 38028a543a
commit 2d6feea5c5

View File

@@ -1403,7 +1403,7 @@ reinstall_init() {
local count=0
while ! (check_service_status "$service"); do
if [ count > $service_retry_count ]; then
if [[ $count > $service_retry_count ]]; then
echo "Could not stop $service after 1 minute, exiting setup."
# Stop the systemctl process trying to kill the service, show user a message, then exit setup