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:
parent
8fccdc49fc
commit
4acf69cd82
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "the ultimate chat platform"
|
||||
},
|
||||
"url": "https://github.com/realitygaps/rocketchat_ynh",
|
||||
"license": "GNU GPLv3",
|
||||
"license": "GPL-3.0",
|
||||
"version": "0.58.2",
|
||||
"maintainer": {
|
||||
"name": "selamanse",
|
||||
|
|
|
@ -6,6 +6,7 @@ set -eu
|
|||
#=================================================
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
ynh_abort_if_errors
|
||||
|
||||
#=================================================
|
||||
# LOAD SETTINGS
|
||||
|
|
|
@ -7,9 +7,10 @@ set -eu
|
|||
# IMPORT GENERIC HELPERS
|
||||
#=================================================
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
# Source common variables and helpers
|
||||
source ./_common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
ynh_abort_if_errors
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
|
|
Loading…
Reference in a new issue