home · contact · privacy
Move more executables into config/bin.
[config] / jessie_start_server.sh
index a97bed83317dee211c0f005a483d77a40e00ba9c..b3e20d28bffcb2dec30b5dfd6c9eccf6434e927d 100755 (executable)
@@ -69,14 +69,14 @@ locale-gen
 apt-get -y install ca-certificates
 apt-get -y install git
 git clone http://github.com/plomlompom/config
-config/symlink.sh
+config/bin/symlink.sh
 
 # Add user. Remove old user's config/ if it exists.
 useradd -m -s /bin/bash plom
 rm /home/plom/.bashrc
 rm -rf /home/plom/config
 su - plom -c 'git clone http://github.com/plomlompom/config /home/plom/config'
-su plom -c '/home/plom/config/symlink.sh server'
+su plom -c '/home/plom/config/bin/symlink.sh server'
 
 # Set up editor.
 apt-get -y install vim