Skip to content

Commit 272e21c

Browse files
authored
Merge pull request #289 from yunohost-bot/auto-nodejs-ruby-go-composer-resources
[autopatch] Automatic patch to use nodejs/ruby/go/compose resources + remove empty _common.sh
2 parents 64851a3 + c5c15d8 commit 272e21c

File tree

7 files changed

+6
-11
lines changed

7 files changed

+6
-11
lines changed

scripts/_common.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source ../settings/scripts/_common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
ynh_print_info "Declaring files to be backed up..."

scripts/change_url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source _common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
#=================================================

scripts/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source _common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
#=================================================

scripts/remove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source _common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
#=================================================

scripts/restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source ../settings/scripts/_common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
#=================================================

scripts/upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source _common.sh
3+
44
source /usr/share/yunohost/helpers
55

66
#=================================================

0 commit comments

Comments
 (0)