mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update backup
This commit is contained in:
parent
a4c169584a
commit
3abea81969
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
source /usr/share/yunohost/helpers
|
||||
|
||||
# Load common variables and helpers
|
||||
source ./_common.sh
|
||||
source ../settings/scripts/_common.sh
|
||||
|
||||
#=================================================
|
||||
# MANAGE SCRIPT FAILURE
|
||||
|
@ -46,4 +46,4 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
gitlab-rake gitlab:backup:create
|
||||
|
||||
ynh_backup "$config_path/gitlab-secrets.json" "gitlab-secrets.json"
|
||||
ynh_backup "$config_path/gitlab.rb" "gitlab.rb"
|
||||
ynh_backup "$config_path/gitlab.rb" "gitlab.rb"
|
||||
|
|
Loading…
Add table
Reference in a new issue