diff --git a/scripts/InstallScripts/InstallPrawnOS.sh b/scripts/InstallScripts/InstallPrawnOS.sh index 187d3b1..4a0ab88 100755 --- a/scripts/InstallScripts/InstallPrawnOS.sh +++ b/scripts/InstallScripts/InstallPrawnOS.sh @@ -71,7 +71,7 @@ install() { TARGET=/dev/sda fi fi - if [[ $TARGET == $BOOT_DEVICE ]] + if [[ "$TARGET" == "$BOOT_DEVICE" ]] then echo "Can't install to booted device, please ensure you have *only* the booted device and target device inserted" exit