diff --git a/setup/so-functions b/setup/so-functions index 8c06888f6..863b09a18 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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