Skip to content

Commit

Permalink
fix: setup-local-disks for mode “none” (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vflaux authored Jan 3, 2025
1 parent aa23e40 commit fe5870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/runtime/bin/setup-local-disks
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ if [[ "${DISK_SETUP}" != "raid0" && "${DISK_SETUP}" != "mount" && "${DISK_SETUP}
fi

if [ "${DISK_SETUP}" = "none" ]; then
"disk setup is 'none', nothing to do!"
echo "disk setup is 'none', nothing to do!"
exit 0
fi

Expand Down

0 comments on commit fe5870e

Please sign in to comment.