We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80638e5 commit d74d681Copy full SHA for d74d681
1 file changed
build_lxc.sh
@@ -123,7 +123,7 @@ sleep 1
123
# Install and run stack.sh
124
apt-get update
125
apt-get -y --force-yes install git-core vim-nox sudo
126
-if [ ! -d "~/nfs-stack" ]; then
+if [ ! -d "/opt/nfs-stack" ]; then
127
su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack
128
fi
129
nohup su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack &> /opt/run.sh.log
0 commit comments