summaryrefslogtreecommitdiff
path: root/scripts/01-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/01-patch.sh')
-rw-r--r--scripts/01-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/01-patch.sh b/scripts/01-patch.sh
index 5b81bf5..c990032 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)