mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Small typos
This commit is contained in:
parent
e8a1f759f4
commit
3cadd2b997
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
"email": "win10@tutanota.com, cyp@rouquin.me"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.1"
|
||||
"yunohost": ">= 4.0.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -127,7 +127,7 @@ ynh_system_user_create --username=$app
|
|||
#=================================================
|
||||
# CONFIGURE LUFI
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring lufi..."
|
||||
ynh_script_progression --message="Configuring $app..."
|
||||
|
||||
config=${final_path}/lufi.conf
|
||||
cp ../conf/lufi.conf.template "$config"
|
||||
|
@ -155,7 +155,7 @@ ynh_store_file_checksum --file="$config"
|
|||
#=================================================
|
||||
# INSTALL LUFI
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing lufi..."
|
||||
ynh_script_progression --message="Installing $app..."
|
||||
|
||||
pushd $final_path
|
||||
carton install --deployment --without=sqlite --without=mysql --without=htpasswd --without=test
|
||||
|
|
|
@ -28,7 +28,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
|||
# REMOVE SERVICE INTEGRATION IN YUNOHOST
|
||||
#=================================================
|
||||
|
||||
# Remove the service from the list of services known by Yunohost (added from `yunohost service add`)
|
||||
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
||||
if ynh_exec_warn_less yunohost service status $app >/dev/null
|
||||
then
|
||||
ynh_script_progression --message="Removing $app service..."
|
||||
|
|
Loading…
Reference in a new issue