yuxc
2024-10-24 991bf3c56c379ba78f13d9ff34fccc2769d296b7
1
2
3
4
5
6
7
8
9
10
11
12
#/bin/sh
if [ -n "$1" ]; then
    export PLTDIR=$1
else 
    export PLTDIR=`pwd`
fi
cd $PLTDIR
 
setsid ./1-Startup_Redis.sh &
sleep 3s
 
setsid ./1-Startup_Server.sh &