mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
7 lines
136 B
Bash
7 lines
136 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /opt/maxkb/logs
|
|
mkdir -p /opt/maxkb/local
|
|
mkdir -p /opt/maxkb/python-packages
|
|
|
|
python /opt/maxkb-app/main.py start |