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

[fix] Remove ssowat at the end

This commit is contained in:
ljf (zamentur) 2022-07-19 09:57:32 +02:00 committed by GitHub
parent 95b2f87db2
commit 4d506c884a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,13 +108,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=10
# Start a systemd service
ynh_systemd_action --service_name=smbd --action="start"
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..."
ynh_permission_create --permission="share" --allowed=all_users
#=================================================
# END OF SCRIPT
#=================================================