From 3dfa327b22f62645a09e0a0ea5b2fe542082012d Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Thu, 12 Jan 2023 19:16:00 +0800 Subject: [PATCH] merge *-all.* into *-recursive.* --- gogs-run-http2https.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 gogs-run-http2https.sh diff --git a/gogs-run-http2https.sh b/gogs-run-http2https.sh deleted file mode 100755 index 387777e..0000000 --- a/gogs-run-http2https.sh +++ /dev/null @@ -1,7 +0,0 @@ -echo '>>>> Starting http2https in pm2 ...' -cd /faronear/git/git.faronear.org -# sudo it so that pm2 list shows it as root -sudo pm2 start ./node_modules/wo-base-webserver/webserver.js --name git.http2https -cd /faronear/git - -echo '>>>> Started http2https.'