We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 978b7fe + 67aaf88 commit 992edaeCopy full SHA for 992edae
root/etc/cont-init.d/v3-dir-structure-check
@@ -3,7 +3,7 @@
3
: "${AUTOMIGRATE:=false}"
4
5
if $AUTOMIGRATE; then
6
- echo "AUTOMIGATE enabled...."
+ echo "AUTOMIGRATE enabled...."
7
if [[ -d "/octoprint/data" ]] || [[ -f "/octoprint/config.yaml" ]]; then
8
echo "octoprint-docker v2 directory structure detected...."
9
echo "migrating to octoprint-docker v3 directory structure..."
0 commit comments