mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix bash
This commit is contained in:
@@ -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 "tar -xzf $LATEST_FILE -C /opt/seafile/"
|
||||
$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 {
|
||||
\"Press ENTER to continue\" {
|
||||
send \"\r\"
|
||||
|
||||
Reference in New Issue
Block a user