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.

2 changes: 1 addition & 1 deletion scripts/backup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

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
@@ -1,6 +1,6 @@
#!/bin/bash

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
@@ -1,6 +1,6 @@
#!/bin/bash

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
@@ -1,6 +1,6 @@
#!/bin/bash

source _common.sh

source /usr/share/yunohost/helpers

#=================================================
Expand Down
2 changes: 1 addition & 1 deletion scripts/restore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

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
@@ -1,6 +1,6 @@
#!/bin/bash

source _common.sh

source /usr/share/yunohost/helpers

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