This commit is contained in:
nathan 2016-06-06 12:08:00 -04:00
parent 4f49fa88b9
commit 440ddc7b9a

View File

@ -17,7 +17,7 @@ if [ ! -e $conf_file ]; then
echo "Sorry, the file ./scripts/$conf_file does not exist. Either create the file using npm run new-conf-file or choose a pre-existing config file."; exit 1
fi
if [ -e asc.conf ]; then
if [ -h asc.conf ]; then
rm asc.conf
fi