From 3df5e8413db0e2c234e454574e8c98a8776bb7cd Mon Sep 17 00:00:00 2001 From: usodhi <61431818+usodhi@users.noreply.github.com> Date: Wed, 28 Oct 2020 00:04:17 +0530 Subject: testing startup script --- startup.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 startup.sh (limited to 'startup.sh') diff --git a/startup.sh b/startup.sh new file mode 100644 index 000000000..ed4fc7bf7 --- /dev/null +++ b/startup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd /c/Users/dash/Documents/Dash-Web +npm run start-release +# works for dash-release \ No newline at end of file -- cgit v1.2.3-70-g09d2 From f324c57498e8c8dcd2e97f77c53eac49948ae7ce Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 29 Oct 2020 09:22:00 +0000 Subject: changed startup.sh for browndash --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startup.sh') 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 -- cgit v1.2.3-70-g09d2 From f7f3185c3f624d9b10557933d03bb499291ec74d Mon Sep 17 00:00:00 2001 From: usodhi <61431818+usodhi@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:54:47 +0530 Subject: added both to startup.sh --- startup.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'startup.sh') diff --git a/startup.sh b/startup.sh index 64d751ff3..c558f0fe2 100644 --- a/startup.sh +++ b/startup.sh @@ -2,3 +2,7 @@ cd /c/Users/dash/Desktop/Dash-Web npm run start-release # works for browndash + +# cd /c/Users/dash/Documents/Dash-Web +# npm run start-release +# works for dash-release \ No newline at end of file -- cgit v1.2.3-70-g09d2 From f717fe11d003fe5fc029c6a90df41208db3ceb54 Mon Sep 17 00:00:00 2001 From: usodhi <61431818+usodhi@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:55:27 +0530 Subject: added both now? --- startup.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'startup.sh') diff --git a/startup.sh b/startup.sh index c558f0fe2..6554b5666 100644 --- a/startup.sh +++ b/startup.sh @@ -1,8 +1,4 @@ #!/bin/bash -cd /c/Users/dash/Desktop/Dash-Web +cd /c/Users/dash/Desktop/Dash-Web # cd /c/Users/dash/Documents/Dash-Web instead for dash-release npm run start-release -# works for browndash - -# cd /c/Users/dash/Documents/Dash-Web -# npm run start-release -# works for dash-release \ No newline at end of file +# works for browndash \ No newline at end of file -- cgit v1.2.3-70-g09d2