From 3c941375f04d4d2d97df51c386e47124a052b88e Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 6 Nov 2022 08:36:35 -0500 Subject: [PATCH] upload->uploads --- octoprint_deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index a7be0f6..bdd2b12 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1153,8 +1153,9 @@ share_uploads() { unset 'options[-1]' unset 'options[-1]' for instance in "${options[@]}"; do - $OCTOEXEC --basedir /home/$user/.$instance config set folder.upload "$opt" + $OCTOEXEC --basedir /home/$user/.$instance config set folder.uploads "$opt" done + break done echo "Instances must be restarted for changes to take effect." main_menu