fix session cache bug

This commit is contained in:
Leven
2023-02-10 17:50:20 +08:00

View File

@@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
set -x
SCRIPT=$(readlink -f $0) SCRIPT=$(readlink -f $0)
CWD=$(dirname ${SCRIPT}) CWD=$(dirname ${SCRIPT})
mkdir -p ${CWD}/.status mkdir -p ${CWD}/.status
@@ -402,7 +400,7 @@ EOF
systemctl start nginx systemctl start nginx
systemctl start uwsgi systemctl start uwsgiserver
echo echo
echo echo