summaryrefslogtreecommitdiffstats
path: root/src/os-plugins
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-23 11:35:22 +0100
committerSebastian Schmelzer2011-12-23 11:35:22 +0100
commit23ec86f211a010c3863b3ff8c5e113af284d4c2b (patch)
tree844ba0b23c3f63a0d29a7aa547beed94ad82ecd2 /src/os-plugins
parentfix for automounter config (diff)
downloadcore-23ec86f211a010c3863b3ff8c5e113af284d4c2b.tar.gz
core-23ec86f211a010c3863b3ff8c5e113af284d4c2b.tar.xz
core-23ec86f211a010c3863b3ff8c5e113af284d4c2b.zip
fix typo
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