home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee6fd8
)
Fix symlink script calling bug.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 5 Feb 2016 01:32:51 +0000
(
02:32
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 5 Feb 2016 01:32:51 +0000
(
02:32
+0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index f908cafc02848c81141c6d7b4b8e0991cdc2994a..0884d132be63bef8fa155eaf86312da57cc5f2c9 100755
(executable)
--- a/
jessie_postinstall.sh
+++ b/
jessie_postinstall.sh
@@
-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