feat: import services and standardize Go 1.26.5
This commit is contained in:
5
apps/base/passport/scripts/run.sh
Normal file
5
apps/base/passport/scripts/run.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
killall bsm-passport
|
||||
BSM_RuntimeMode=dev BSM_Prefix=/data/app/ nohup ./bsm-passport > /data/app/logs/bsm-passport.log 2>&1 &
|
||||
sleep 5
|
||||
cat /data/app/logs/bsm-passport.log
|
||||
Reference in New Issue
Block a user