From 96132644c0a1f2bfcc72dbf0079facd5ede3a50e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:47:09 +0100 Subject: [PATCH] Update seafile-install.sh --- install/seafile-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/seafile-install.sh b/install/seafile-install.sh index 1f9246f..d73d28d 100644 --- a/install/seafile-install.sh +++ b/install/seafile-install.sh @@ -18,6 +18,7 @@ $STD apt-get install -y \ sudo \ mc \ wget \ + curl \ xmlstarlet \ expect msg_ok "Installed Dependencies" @@ -199,7 +200,7 @@ echo -e "\nFILE_SERVER_ROOT = \"http://$IP:8082\"" >> /opt/seafile/conf/seahub_s echo -e "CSRF_TRUSTED_ORIGINS = ['http://$IP/']" >> /opt/seafile/conf/seahub_settings.py msg_ok "Conf files adjusted" -msg_info "Setting up Seafile" +msg_info "Setting up Seafile" $STD su - seafile -c "bash /opt/seafile/seafile-server-latest/seafile.sh start" $STD su - seafile -c "expect <