source profile and bashrc before starting service

This commit is contained in:
Shihaam Abdul Rahman 2022-12-14 00:19:55 +05:00
parent a361262b45
commit 1c3c6e426f
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -1,5 +1,6 @@
#!/bin/bash
source $HOME/.profile; source $HOME/.bashrc
#Start frontend
cd /root/okiba-org-frontend; /root/.local/share/pnpm/pnpm run dev &