diff --git a/scripts/startup_script.sh b/scripts/startup_script.sh index 47dfbf6..315172d 100755 --- a/scripts/startup_script.sh +++ b/scripts/startup_script.sh @@ -30,7 +30,7 @@ sed -i -r "s/server.socksProxyHost = \"(.*)\" #/server.socksProxyHost = \"${SOCK sed -i -r "s/server.socksProxyPort = \"(.*)\" #/server.socksProxyPort = \"${SOCKS_PROXY_PORT:-\1}\" #/" /home/suwayomi/.local/share/Tachidesk/server.conf # webUI -sed -i -r "s/server.webUIEnabled = (.*) #/server.webUIEnabled = ${WEB_UI_EABLED:-\1} #/" /home/suwayomi/.local/share/Tachidesk/server.conf +sed -i -r "s/server.webUIEnabled = (.*) #/server.webUIEnabled = ${WEB_UI_ENABLED:-\1} #/" /home/suwayomi/.local/share/Tachidesk/server.conf sed -i -r "s/server.webUIFlavor = \"(.*)\" #/server.webUIFlavor = \"${WEB_UI_FLAVOR:-\1}\" #/" /home/suwayomi/.local/share/Tachidesk/server.conf sed -i -r "s/server.webUIChannel = \"(.*)\" #/server.webUIChannel = \"${WEB_UI_CHANNEL:-\1}\" #/" /home/suwayomi/.local/share/Tachidesk/server.conf sed -i -r "s/server.webUIUpdateCheckInterval = (.*) #/server.webUIUpdateCheckInterval = ${WEB_UI_UPDATE_INTERVAL:-\1} #/" /home/suwayomi/.local/share/Tachidesk/server.conf