mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
df016603f1
commit
dfa422aa45
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ do # La boucle attend le démarrage d'etherpad. Ou 2 minutes. Cette boucle évit
|
|||
WARNING echo "Le service $app a démarré correctement."
|
||||
sudo systemctl restart $app
|
||||
cat /dev/null > "$tempfile" # Purge le log de suivi du démarrage.
|
||||
i=1;
|
||||
i=1
|
||||
fi
|
||||
if grep -q "You can access your $app instance at" "$tempfile" then
|
||||
WARNING echo "Le service $app a démarré correctement."
|
||||
|
|
Loading…
Reference in a new issue