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