|
|
@ -299,6 +299,10 @@ updateFirewall(){
|
|
|
|
sed -i 's/\r//g' setup.ini
|
|
|
|
sed -i 's/\r//g' setup.ini
|
|
|
|
source setup.ini
|
|
|
|
source setup.ini
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ $GUI_INS == 1 ]; then
|
|
|
|
|
|
|
|
./prelib.sh
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ $CAC_INS == 1 ]; then
|
|
|
|
if [ $CAC_INS == 1 ]; then
|
|
|
|
if [ $JDK_INS == 0 ]; then
|
|
|
|
if [ $JDK_INS == 0 ]; then
|
|
|
|
JAVA_PATH=$(which java)
|
|
|
|
JAVA_PATH=$(which java)
|
|
|
@ -341,6 +345,13 @@ if [ $CAC_INS == 1 ]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ $GUI_INS == 1 ]; then
|
|
|
|
|
|
|
|
install61850
|
|
|
|
|
|
|
|
if [ $AUTO_START == 1 ]; then
|
|
|
|
|
|
|
|
setAutoStart61850
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ $NGINX_INS == 1 ]; then
|
|
|
|
if [ $NGINX_INS == 1 ]; then
|
|
|
|
installNginx
|
|
|
|
installNginx
|
|
|
|
setAutoStartNginx
|
|
|
|
setAutoStartNginx
|
|
|
|