diff --git a/scripts/install b/scripts/install index 4ad4d45..1c6e871 100644 --- a/scripts/install +++ b/scripts/install @@ -153,3 +153,6 @@ sudo yunohost service add seafile-server # Reload Nginx and regenerate SSOwat conf sudo service nginx reload sudo yunohost app ssowatconf + +# Start seafile +sudo service seafile-server start \ No newline at end of file