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

Fix linter problems

Occuring in linter 8c70d51c6b939c80117ce55cec4d2d7fd9a00a3b
This commit is contained in:
Selamanse 2017-09-05 20:28:27 +02:00
parent 8fccdc49fc
commit 4acf69cd82
3 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "the ultimate chat platform" "en": "the ultimate chat platform"
}, },
"url": "https://github.com/realitygaps/rocketchat_ynh", "url": "https://github.com/realitygaps/rocketchat_ynh",
"license": "GNU GPLv3", "license": "GPL-3.0",
"version": "0.58.2", "version": "0.58.2",
"maintainer": { "maintainer": {
"name": "selamanse", "name": "selamanse",

View file

@ -6,6 +6,7 @@ set -eu
#================================================= #=================================================
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
ynh_abort_if_errors
#================================================= #=================================================
# LOAD SETTINGS # LOAD SETTINGS

View file

@ -7,9 +7,10 @@ set -eu
# IMPORT GENERIC HELPERS # IMPORT GENERIC HELPERS
#================================================= #=================================================
source /usr/share/yunohost/helpers
# Source common variables and helpers
source ./_common.sh source ./_common.sh
source /usr/share/yunohost/helpers
ynh_abort_if_errors
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
final_path=$(ynh_app_setting_get $app final_path) final_path=$(ynh_app_setting_get $app final_path)