mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
sleep 1m to initialize DB
Temporary fix
This commit is contained in:
parent
c4fa371bfc
commit
54cbbfb6db
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ mkdir -p "/var/log/$app"
|
||||||
chown -R $app:$app "/var/log/$app"
|
chown -R $app:$app "/var/log/$app"
|
||||||
# Start a systemd service
|
# Start a systemd service
|
||||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started"
|
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started"
|
||||||
|
# wait for service to initialize DB (helps on slow hardware)
|
||||||
|
sleep 1m
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL LDAP PLUGIN
|
# INSTALL LDAP PLUGIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue