mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-05-04 13:30:28 +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
|