6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
echo '>>>> Starting gitea ...'
|
|
cd /faronear/git/gitea
|
|
pm2 start -x './gitea' --name gitea -- web
|
|
|
|
echo '>>>> Started gitea.'
|