Skip to content

more bugfix #8

Merged
merged 1 commit into from Oct 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions configBuilder.sh
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