home · contact · privacy
Fix symlink script calling bug.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 5 Feb 2016 01:32:51 +0000 (02:32 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 5 Feb 2016 01:32:51 +0000 (02:32 +0100)
jessie_postinstall.sh

index f908cafc02848c81141c6d7b4b8e0991cdc2994a..0884d132be63bef8fa155eaf86312da57cc5f2c9 100755 (executable)
@@ -142,7 +142,7 @@ config/bin/symlink.sh
 useradd -m -s /bin/bash plom
 rm -rf /home/plom/config
 su - plom -c 'git clone http://github.com/plomlompom/config /home/plom/config'
-su plom -c '/home/plom/config/bin/symlink.sh '$1 $2
+su plom -c '/home/plom/config/bin/symlink.sh '$1' '$2
 
 # Set up editor.
 mkdir -p .vimbackups