From daf1423b5101d32f2431c67ae7f1ffef2c8be1db Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 4 Jun 2022 09:44:26 +0800 Subject: [PATCH] rename base-envar-config to basend-envar; rename base.webserver to basend-webserver --- git-clone-all.bat | 4 ++-- git-clone-all.sh | 4 ++-- gogs-run-http2https.sh | 2 +- yapi-run.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 59fd9c7..b4f8e87 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -32,11 +32,11 @@ pushd npm git clone https://git.faronear.org/npm/_npm git clone https://git.faronear.org/npm/base.FileTransfer.server git clone https://git.faronear.org/npm/base.deployer -git clone https://git.faronear.org/npm/base.enviconfig +git clone https://git.faronear.org/npm/basend-envar git clone https://git.faronear.org/npm/base.logger git clone https://git.faronear.org/npm/base.messenger git clone https://git.faronear.org/npm/base.tool -git clone https://git.faronear.org/npm/base.webserver +git clone https://git.faronear.org/npm/basend-webserver git clone https://git.faronear.org/npm/base.websocket.server git clone https://git.faronear.org/npm/base.webtoken diff --git a/git-clone-all.sh b/git-clone-all.sh index 3d6fde3..67520da 100644 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -34,11 +34,11 @@ pushd npm git clone https://git.faronear.org/npm/_npm git clone https://git.faronear.org/npm/base.FileTransfer.server git clone https://git.faronear.org/npm/base.deployer -git clone https://git.faronear.org/npm/base.enviconfig +git clone https://git.faronear.org/npm/basend-envar git clone https://git.faronear.org/npm/base.logger git clone https://git.faronear.org/npm/base.messenger git clone https://git.faronear.org/npm/base.tool -git clone https://git.faronear.org/npm/base.webserver +git clone https://git.faronear.org/npm/basend-webserver git clone https://git.faronear.org/npm/base.websocket.server git clone https://git.faronear.org/npm/base.webtoken diff --git a/gogs-run-http2https.sh b/gogs-run-http2https.sh index 2fd1c44..a92b65a 100755 --- a/gogs-run-http2https.sh +++ b/gogs-run-http2https.sh @@ -1,7 +1,7 @@ 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/base.webserver/server.js --name git.http2https +sudo pm2 start ./node_modules/basend-webserver/server.js --name git.http2https cd /faronear/git echo '>>>> Started http2https.' diff --git a/yapi-run.sh b/yapi-run.sh index c14500f..1cebeef 100755 --- a/yapi-run.sh +++ b/yapi-run.sh @@ -3,7 +3,7 @@ sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it echo 'Starting https2http proxy ...' cd /faronear/fon/yapi.faronear.org -sudo pm2 start ./node_modules/base.webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root +sudo pm2 start ./node_modules/basend-webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root cd /faronear/ echo 'Started yapi + https2http.'