diff --git a/scripts/new-conf-file b/scripts/new-conf-file index 1860ec4..3c980e3 100755 --- a/scripts/new-conf-file +++ b/scripts/new-conf-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."