diff options
author | bobzel <zzzman@gmail.com> | 2020-10-29 09:22:00 +0000 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-29 09:22:00 +0000 |
commit | f324c57498e8c8dcd2e97f77c53eac49948ae7ce (patch) | |
tree | 21e006f045f552e4839f7550ce62053a540d1784 | |
parent | d3728063935f372f4f6a8a6260d013a5e6d4750f (diff) |
changed startup.sh for browndash
-rw-r--r-- | startup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/startup.sh b/startup.sh index ed4fc7bf7..64d751ff3 100644 --- a/startup.sh +++ b/startup.sh @@ -1,4 +1,4 @@ #!/bin/bash -cd /c/Users/dash/Documents/Dash-Web +cd /c/Users/dash/Desktop/Dash-Web npm run start-release -# works for dash-release
\ No newline at end of file +# works for browndash |