From 9287fdefb33d5205dd0254895e6daeb2c8d695b4 Mon Sep 17 00:00:00 2001 From: Stephen J Carnam Date: Wed, 11 Oct 2023 16:40:04 -0700 Subject: [PATCH] remove rclone wait --- hooks/install_hcpp_reboot.sh | 5 ----- 1 file changed, 5 deletions(-) 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