change / to | in sed

This commit is contained in:
Luk Lu
2021-07-04 08:37:28 +08:00
parent f9fe9abb39
commit 0b5aa51682
6 changed files with 36 additions and 22 deletions

7
serve-gitea.sh Executable file
View 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!'