echo quotes

This commit is contained in:
Christopher Laprise 2018-03-29 07:35:34 -04:00
parent 1c7b944b3c
commit d0c2519a2a
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -1,7 +1,7 @@
#!/bin/sh
[ `id -u` -eq 0 ] || exit
echo Disabling the pre-release service (if present)...
echo "Disabling the pre-release service (if present)..."
systemctl disable vm-sudo-protect.service
cp vm-boot-protect.sh /usr/lib/qubes/init
@ -11,5 +11,5 @@ systemctl daemon-reload
systemctl enable vm-boot-protect.service
echo
echo vm-boot-protect installed!
echo "vm-boot-protect installed!"