Skip to content

Commit 67aaf88

Browse files
Update v3-dir-structure-check
Fixed spelling on line 6: was: echo "AUTOMIGATE enabled...." now: echo "AUTOMIGRATE enabled...."
1 parent 71aea9d commit 67aaf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/v3-dir-structure-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
: "${AUTOMIGRATE:=false}"
44

55
if $AUTOMIGRATE; then
6-
echo "AUTOMIGATE enabled...."
6+
echo "AUTOMIGRATE enabled...."
77
if [[ -d "/octoprint/data" ]] || [[ -f "/octoprint/config.yaml" ]]; then
88
echo "octoprint-docker v2 directory structure detected...."
99
echo "migrating to octoprint-docker v3 directory structure..."

0 commit comments

Comments
 (0)