We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dbb07 commit 1734810Copy full SHA for 1734810
1 file changed
build_lxc.sh
@@ -126,7 +126,7 @@ apt-get -y --force-yes install git-core vim-nox sudo
126
if [ ! -d "~/nfs-stack" ]; then
127
su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack
128
fi
129
-su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack
+su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack >> /opt/run.sh.log
130
EOF
131
132
# Make the run.sh executable
0 commit comments