Removing rm line

This commit is contained in:
Paul Caselton 2015-07-04 23:51:02 +01:00
parent ebbc9098d9
commit 23e4a8ab42
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ cd $CUR_DIR
if [ -f $BUILD_DIR/nginx.conf.erb ] ; then
echo "-----> using user provided nginx.conf.erb"
cp $BUILD_DIR/nginx.conf.erb $BUILD_DIR/nginx/nginx.conf.erb
rm $BUILD_DIR/nginx.conf.erb
#rm $BUILD_DIR/nginx.conf.erb
# ...else, force default file
else