mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Fix typo
This commit is contained in:
parent
66b668df4c
commit
3d2a50b9a4
2 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@ ynh_script_progression --message="Configuring permissions..."
|
|||
|
||||
if [ $is_public -eq 0 ]
|
||||
then
|
||||
ynh_permission_update --permission="main" --remov="visitors"
|
||||
ynh_permission_update --permission="main" --remove="visitors"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -185,7 +185,7 @@ then
|
|||
ynh_script_progression --message="Upgrading Ampache with cURL..." --weight=6
|
||||
|
||||
# Set the app as temporarily public for curl call
|
||||
ynh_permission_update --permission "main" --add "visitors"
|
||||
ynh_permission_update --permission="main" --add="visitors"
|
||||
|
||||
# Reload NGINX
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
@ -211,7 +211,7 @@ ynh_script_progression --message="Configuring permissions..."
|
|||
|
||||
if [ $is_public -eq 0 ]
|
||||
then
|
||||
ynh_permission_update --permission="main" --remov="visitors"
|
||||
ynh_permission_update --permission="main" --remove="visitors"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue