got rid of glitch in new-conf-file on config file switch
This commit is contained in:
parent
64c4b6d597
commit
7b841871f3
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user