change / to | in sed
This commit is contained in:
7
serve-gitea.sh
Executable file
7
serve-gitea.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
echo '>>>> Starting gitea ...'
|
||||
pushd /faronear/git/gitea
|
||||
# sudo it so that pm2 list shows it as root
|
||||
sudo pm2 start -x './gitea' --name gitea -- web
|
||||
popd
|
||||
|
||||
echo '>>>> Started gitea successfully!'
|
||||
Reference in New Issue
Block a user