Fix missing directory switch

This commit is contained in:
phahulin 2017-06-17 01:36:06 +03:00 committed by GitHub
parent 3ceac7289e
commit badf1606e3
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ install_dashboard() {
sudo npm install -g grunt-cli
grunt
npm start &
cd ..
echo "<====== install_dashboard"
}