From 7b841871f336cc8815ece7b2573869a7f9c1fe54 Mon Sep 17 00:00:00 2001 From: Nathan Farrant-Diaz Date: Tue, 7 Jun 2016 15:11:30 -0400 Subject: [PATCH] got rid of glitch in new-conf-file on config file switch --- scripts/new-conf-file | 1 + 1 file changed, 1 insertion(+) 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."