mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-03-04 04:04:24 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
parent
044a1beae8
commit
6b863d1ac1
@ -10,6 +10,12 @@ if [ -f .env ]; then
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||
|
||||
mkdir -p "$NEXUS3_ROOT_PATH"
|
||||
mkdir -p "$NEXUS3_ROOT_PATH/data"
|
||||
|
||||
chown -R 200:0 "$NEXUS3_ROOT_PATH"
|
||||
chown -R 200:0 "$NEXUS3_ROOT_PATH/data"
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user