mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -10,6 +10,11 @@ if [ -f .env ]; then
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||
|
||||
if [ ! -d $BILI_FETCHER_ROOT_PATH/config ]; then
|
||||
mkdir -p $BILI_FETCHER_ROOT_PATH/config
|
||||
fi
|
||||
cp -rn ./config/* $BILI_FETCHER_ROOT_PATH/config/
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user