got rid of glitch in new-conf-file on config file switch

This commit is contained in:
Nathan Farrant-Diaz 2016-06-07 15:11:30 -04:00
parent 64c4b6d597
commit 7b841871f3

View File

@ -65,6 +65,7 @@ if [ $switch_bool == "y" ]; then
rm asc.conf
fi
ln -s $conf_file asc.conf
cd ..
echo "./config/asc.conf now points to ./config/$( readlink ./config/asc.conf )"
else
echo "Config file was not switched. Run 'npm run switch-conf-file' if you would like to change this."