1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

fix permission

This commit is contained in:
ericgaspar 2020-05-23 23:40:14 +02:00
parent 2959b9762d
commit e19989fd60
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -153,14 +153,6 @@ yunohost service add "$app" --description "Collaborative Markdown notes" --log="
# Set permissions on app files
chown -R "$app":"$app" "$final_path"
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Upgrading SSOwat configuration..." --weight=2
# Make app public if necessary or protect it
[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors"
#=================================================
# START SYSTEMD SERVICE
#=================================================