added full path to /root/.local/share/pnpm/pnpm
This commit is contained in:
parent
fb065186d6
commit
a361262b45
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Start frontend
|
#Start frontend
|
||||||
cd /root/okiba-org-frontend; pnpm run dev &
|
cd /root/okiba-org-frontend; /root/.local/share/pnpm/pnpm run dev &
|
||||||
|
|
||||||
#Start backend
|
#Start backend
|
||||||
cd /root/okiba-org-backend; pnpm start &
|
cd /root/okiba-org-backend; /root/.local/share/pnpm/pnpm start &
|
||||||
|
|
||||||
# Wait for any process to exit
|
# Wait for any process to exit
|
||||||
wait -n
|
wait -n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user