Don't explicitly sync the filesystems on reboot
This will happen during unmount anyways but will first terminate all processes
This commit is contained in:
@@ -13,7 +13,6 @@ if [[ $# == 1 && "$1" == "--check" ]]; then
|
||||
fi
|
||||
|
||||
if [[ "${BOX_ENV}" == "cloudron" ]]; then
|
||||
sync
|
||||
shutdown -r now
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user