mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
[enh] Add acknolegment check
This commit is contained in:
parent
e64399f782
commit
b002c9eb8f
1 changed files with 6 additions and 0 deletions
|
@ -22,8 +22,14 @@ ynh_abort_if_errors
|
|||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
warning=$YNH_APP_ARG_WARNING
|
||||
final_path="/etc/samba"
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||
#=================================================
|
||||
test $warning = "1" || ynh_die --message="You should validate the warning"
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue