summaryrefslogtreecommitdiffstats
path: root/src/os-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins')
-rw-r--r--src/os-plugins/plugins/auth/XX_auth.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/auth/XX_auth.sh b/src/os-plugins/plugins/auth/XX_auth.sh
index 21041f4c..320bcb84 100644
--- a/src/os-plugins/plugins/auth/XX_auth.sh
+++ b/src/os-plugins/plugins/auth/XX_auth.sh
@@ -190,7 +190,7 @@ if [ -e /initramfs/plugin-conf/auth.conf ]; then
if [ $auth_automnt_script ]; then
chmod 700 /mnt/${OPENSLX_DEFAULT_DIR}/plugin-repo/auth/$auth_automnt_script
sed -i -e '/^\/home.*$/d' /mnt/etc/auto.master
- echo "/home program:/mnt/${OPENSLX_DEFAULT_DIR}/plugin-repo/auth/$auth_automnt_script" \
+ echo "/home program:${OPENSLX_DEFAULT_DIR}/plugin-repo/auth/$auth_automnt_script" \
>> /mnt/etc/auto.master
fi