mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-27 18:40:51 +08:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/bash
|
|
|
|
if [ -f ./scripts/init.sh ]; then
|
|
bash ./scripts/init.sh
|
|
fi
|