Update function in octoprint.sh

This commit is contained in:
Fredrik Baberg 2023-01-11 11:43:41 +01:00
parent 478544a3de
commit fee09b8f08

View File

@ -20,7 +20,7 @@ export BASEDIR="--basedir /data/config/octoprint"
# Update OctoPrint config with settings used for the addon overall (could always be changed) # Update OctoPrint config with settings used for the addon overall (could always be changed)
function updateConfigRequired() { updateConfigRequired() {
octoprint $BASEDIR config set --bool api.allowCrossOrigin true octoprint $BASEDIR config set --bool api.allowCrossOrigin true
octoprint $BASEDIR config set folder.generated "/tmp/octoprint/generated" octoprint $BASEDIR config set folder.generated "/tmp/octoprint/generated"
octoprint $BASEDIR config set folder.timelapse_tmp "/tmp/octoprint/timelapse/tmp" octoprint $BASEDIR config set folder.timelapse_tmp "/tmp/octoprint/timelapse/tmp"
@ -34,7 +34,7 @@ function updateConfigRequired() {
} }
# Update OctoPrint config with customized settings, not strictly required for addon to work but helps with features. # Update OctoPrint config with customized settings, not strictly required for addon to work but helps with features.
function updateConfigCustom() { updateConfigCustom() {
# Add user, if needed. # Add user, if needed.
# { # Make sure Ingress user for OctoPrint exists. # { # Make sure Ingress user for OctoPrint exists.
# bashio::log.notice "Ensure Ingress user (homeassistant) exist." # bashio::log.notice "Ensure Ingress user (homeassistant) exist."