mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
fix install
This commit is contained in:
parent
c6b4402161
commit
0bfb04d996
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ set_permission
|
||||||
# Sometime we have a current effect. We try to lunch seafile when not all permissions are already set.
|
# Sometime we have a current effect. We try to lunch seafile when not all permissions are already set.
|
||||||
# So wait untils all permissions are cleanly set
|
# So wait untils all permissions are cleanly set
|
||||||
sleep 5
|
sleep 5
|
||||||
ynh_debug_exec ls /opt/yunohost/seafile/ccnet
|
ls /opt/yunohost/seafile/ccnet
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
@ -229,6 +229,6 @@ sleep 2
|
||||||
|
|
||||||
# Add fail2ban
|
# Add fail2ban
|
||||||
ynh_script_progression --message="Configuring fail2ban..." --weight=10
|
ynh_script_progression --message="Configuring fail2ban..." --weight=10
|
||||||
ynh_add_fail2ban_config --use_template --others_var 'final_path'
|
ynh_add_fail2ban_config --use_template
|
||||||
|
|
||||||
ynh_script_progression --message="Installation of $app completed" --last
|
ynh_script_progression --message="Installation of $app completed" --last
|
||||||
|
|
Loading…
Add table
Reference in a new issue