ludc
2024-10-08 435e3366a85f797ce02008698c28c9a8ca73b4a6
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 &