diff --git a/src/scripts/reboot.sh b/src/scripts/reboot.sh index e69108864..0a236ee1a 100755 --- a/src/scripts/reboot.sh +++ b/src/scripts/reboot.sh @@ -13,7 +13,6 @@ if [[ $# == 1 && "$1" == "--check" ]]; then fi if [[ "${BOX_ENV}" == "cloudron" ]]; then - sync shutdown -r now fi