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:
Johannes Zellner
2020-09-25 19:11:13 +02:00
parent 3b3e537797
commit dd75cdb37e

View File

@@ -13,7 +13,6 @@ if [[ $# == 1 && "$1" == "--check" ]]; then
fi
if [[ "${BOX_ENV}" == "cloudron" ]]; then
sync
shutdown -r now
fi