This commit is contained in:
CanbiZ 2025-03-11 14:54:33 +01:00
parent 6c91a831df
commit 43c67b715f

View File

@ -104,7 +104,7 @@ LATEST_FILE=$(curl -s "https://download.seadrive.org/" | \
$STD su - seafile -c "wget -qc https://s3.eu-central-1.amazonaws.com/download.seadrive.org/$LATEST_FILE" $STD su - seafile -c "wget -qc https://s3.eu-central-1.amazonaws.com/download.seadrive.org/$LATEST_FILE"
$STD su - seafile -c "tar -xzf $LATEST_FILE -C /opt/seafile/" $STD su - seafile -c "tar -xzf $LATEST_FILE -C /opt/seafile/"
$STD su - seafile -c "expect <<EOF $STD su - seafile -c "expect <<EOF
spawn bash /opt/seafile/$LATEST_FILE/setup-seafile-mysql.sh spawn bash /opt/seafile/setup-seafile-mysql.sh
expect { expect {
\"Press ENTER to continue\" { \"Press ENTER to continue\" {
send \"\r\" send \"\r\"