Skip to content

Commit

Permalink
remove rclone wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Oct 11, 2023
1 parent 6286494 commit 9287fde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hooks/install_hcpp_reboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ if [ ! -f "$target_script" ]; then
cat <<EOT >> "$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
Expand Down

0 comments on commit 9287fde

Please sign in to comment.