mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
Fix
This commit is contained in:
parent
1054affad3
commit
4d33bc9f1b
3 changed files with 1 additions and 2 deletions
|
@ -114,7 +114,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=10
|
|||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=smbd --action="start"
|
||||
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
|
@ -72,6 +72,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add smbd --description="Samba service" --log="/var/log/smbd/smbd.log"
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue