mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix restore
This commit is contained in:
parent
55a299bea6
commit
0dc2640b47
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ if [ ! -e _common.sh ]; then
|
||||||
cp ../settings/scripts/_common.sh ./_common.sh
|
cp ../settings/scripts/_common.sh ./_common.sh
|
||||||
mkdir ./upgrade.d
|
mkdir ./upgrade.d
|
||||||
mkdir ../conf
|
mkdir ../conf
|
||||||
cp ../settings/scripts/upgrade.d/*.sh ./upgrade.d/*.sh
|
cp ../settings/scripts/upgrade.d/*.sh ./upgrade.d/
|
||||||
cp ../settings/conf/*.default ../conf/
|
cp ../settings/conf/*.default ../conf/
|
||||||
chmod a+rx _common.sh upgrade.d/*.sh
|
chmod a+rx _common.sh upgrade.d/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load common variables and helpers
|
# Load common variables and helpers
|
||||||
|
|
Loading…
Reference in a new issue