Update import-disk-image.sh

This commit is contained in:
MacRimi 2025-01-29 23:09:38 +01:00 committed by GitHub
parent ac5c72b388
commit 26e209ac49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,7 @@ if [ -z "$IMAGES" ]; then
exit 0
fi
# Check dependencies
check_dependencies qm whiptail jq || exit 1
# Initial setup
if ! [ -d "$IMAGES_DIR" ]; then