1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Fixes helper inclusion

This commit is contained in:
Selamanse 2017-07-21 12:11:26 +02:00
parent f936b591b2
commit 8ec9dd8ab8
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,12 @@
#!/bin/bash
set -eu
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# GENERIC START
#=================================================
@ -10,12 +16,6 @@ set -eu
# Exit on command errors and treat access to unset variables as an error
ynh_abort_if_errors
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# LOAD SETTINGS
#=================================================

View file

@ -1,6 +1,12 @@
#!/bin/bash
set -eu
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# GENERIC START
#=================================================
@ -10,12 +16,6 @@ set -eu
# Exit on command errors and treat access to unset variables as an error
ynh_abort_if_errors
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# LOAD SETTINGS
#=================================================