Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions scripts/_common.sh

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/backup
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# IMPORT GENERIC HELPERS
#=================================================

# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh


source /usr/share/yunohost/helpers

ynh_print_info "Declaring files to be backed up..."
Expand Down
2 changes: 1 addition & 1 deletion scripts/change_url
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh

source /usr/share/yunohost/helpers

#=================================================
Expand Down
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh

source /usr/share/yunohost/helpers

#=================================================
Expand Down
2 changes: 1 addition & 1 deletion scripts/remove
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh

source /usr/share/yunohost/helpers

#=================================================
Expand Down
4 changes: 2 additions & 2 deletions scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# IMPORT GENERIC HELPERS
#=================================================

# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh


source /usr/share/yunohost/helpers

#=================================================
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh

source /usr/share/yunohost/helpers

#=================================================
Expand Down