From f001895eda20a554bd2a119d2b539635d310dafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 10 Sep 2019 22:51:27 +0200 Subject: [PATCH] Add dirty test --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 2de776f..fee01b4 100644 --- a/scripts/install +++ b/scripts/install @@ -166,6 +166,7 @@ chown -R $seafile_user:$seafile_user $seafile_data # 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 sleep 5 +ynh_debug_exec ls /opt/yunohost/seafile/ccnet # Start seafile, seahub and populate admin account su - $seafile_user -s /bin/bash -c "$final_path/seafile-server-$seafile_version/seafile.sh start"