mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
Update scripts/install
This commit is contained in:
parent
eee867df94
commit
0fe4ff0b85
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,14 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
# SPECIFIC SETUP
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring permissions..."
|
||||
|
||||
# We define the permission in advance to be able to use the group
|
||||
# in unix permission
|
||||
ynh_permission_create --permission="share" --allowed=all_users
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
#=================================================
|
||||
ynh_script_progression --message="Creating a data directory..." --weight=1
|
||||
|
|
Loading…
Add table
Reference in a new issue