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

Update install

This commit is contained in:
yalh76 2022-07-15 03:29:53 +02:00
parent c72c761dfb
commit c30b22f543

View file

@ -22,7 +22,6 @@ ynh_abort_if_errors
app=$YNH_APP_INSTANCE_NAME
warning=$YNH_APP_ARG_WARNING
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================
@ -30,8 +29,6 @@ ynh_script_progression --message="Validating installation parameters..."
final_path="/etc/samba"
test $warning = "1" || ynh_die --message="You should validate the warning"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================