diff options
Diffstat (limited to 'scripts/01-patch.sh')
-rw-r--r-- | scripts/01-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/01-patch.sh b/scripts/01-patch.sh index 5b81bf559..c990032d2 100644 --- a/scripts/01-patch.sh +++ b/scripts/01-patch.sh @@ -8,7 +8,7 @@ Patch_chroot () case "${1}" in apply) # Create chroot file - echo "live" > "${LIFE_CHROOT}"/etc/debian_chroot + echo "live" > "${LIVE_CHROOT}"/etc/debian_chroot ;; deapply) |