Skip to content

Commit

Permalink
more bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 31, 2017
1 parent dc2f871 commit e402d48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configBuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ while [ ${BURNMOUNT} == "None" ]; do
BURNMOUNT=hybrid
;;
*)
echo "You must choose either \"burn\" or \"mount\" or \"hybrid\"."
echo "You must choose either \"burn\" or \"mount\" or \"hybrid\" (default is hybrid)."
esac
done
#echo "Burn/Mount option choice is: $BURNMOUNT"
Expand Down Expand Up @@ -544,10 +544,9 @@ fi
#copy files directly instead of zipping
mkdir -p /output-tmp
cp -R ./* /output-tmp
rm -f /ouput-tmp/Dockerfile
rm -f /ouput-tmp/configBuilder.sh
rm -f /ouput-tmp/setup.log
cp -R /output-tmp/* /output
cp -Rf /output-tmp/* /output
rm -rf /output-tmp/*
rmdir /output-tmp

Expand Down Expand Up @@ -681,6 +680,8 @@ rmdir ${TMP_DIR_T}
#cp -rfn logs/. /output/logs/
#cp -rfn credentials/. /output/credentials/
#cp -rfn wwwroot/. /output/wwwroot/
echo config saved to ${FILENAME:2}
#
#echo config saved to ${FILENAME:2}
echo config saved to configured local directory
sleep 5

0 comments on commit e402d48

Please sign in to comment.