summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/99hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/99hook b/scripts/live-bottom/99hook
index dd027ab..a27a96a 100755
--- a/scripts/live-bottom/99hook
+++ b/scripts/live-bottom/99hook
@@ -32,7 +32,7 @@ log_begin_msg "Executing custom hook script..."
# live-initramfs script
cd /root
-wget "${HOOK}"
+chroot /root wget "${HOOK}"
FILE="$(basename ${HOOK})"