diff --git a/hooks/install_hcpp_reboot.sh b/hooks/install_hcpp_reboot.sh index fc7dd28..b427542 100755 --- a/hooks/install_hcpp_reboot.sh +++ b/hooks/install_hcpp_reboot.sh @@ -8,11 +8,6 @@ if [ ! -f "$target_script" ]; then cat <> "$target_script" #!/bin/bash -# Wait for the mount point to be available -while [ ! -d "/media/appFolder" ]; do - sleep 1 -done - # Throw a reboot event to trigger the HCPP rebooted hook /usr/local/hestia/bin/v-invoke-plugin hcpp_rebooted