summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 04:08:23 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-27 05:34:38 +0100
commitf2c9544e50c8a9774a2fa7d86bf2ee59761a92e7 (patch)
tree71ad964d475fbf6336060fd4d7488aea9d5d8add /auto
parent7331f854ed32d4b079314c9b5418a79ae793b3e7 (diff)
downloadkanotix-f2c9544e50c8a9774a2fa7d86bf2ee59761a92e7.zip
kanotix-f2c9544e50c8a9774a2fa7d86bf2ee59761a92e7.tar.gz
added "enable persistent" feature
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 64133b5..2eda1e3 100755
--- a/auto/config
+++ b/auto/config
@@ -81,5 +81,6 @@ lb config noauto --repositories "$LB_REPOSITORIES"
mkdir -p config/chroot_local-includes/usr/local/bin
grep -oe '^[^ #]*' scripts.urls | wget -i- -N -q -P config/chroot_local-includes/usr/local/bin
chmod 755 config/chroot_local-includes/usr/local/bin/*.sh
+chmod 755 config/chroot_local-includes/usr/local/bin/*.bash
exit 1