mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-02 04:56:38 +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
|