mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 22:21:03 +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
|