mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-02 21:16:40 +08:00
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/bash
|
|
|
|
if [ -f ./scripts/init.sh ]; then
|
|
./scripts/init.sh
|
|
fi |