MaxKB/installer/start-maxkb.sh
2025-11-18 14:27:48 +08:00

14 lines
310 B
Bash

#!/bin/bash
if [ ! -d /opt/maxkb/logs ]; then
mkdir -p /opt/maxkb/logs
fi
chmod -R 700 /opt/maxkb/logs
if [ ! -d /opt/maxkb/local ]; then
mkdir -p /opt/maxkb/local
chmod 700 /opt/maxkb/local
fi
mkdir -p /opt/maxkb/python-packages
rm -f /opt/maxkb-app/tmp/*.pid
python /opt/maxkb-app/main.py start