This commit is contained in:
Patrick Schleizer 2019-11-05 01:59:25 -05:00
parent 2b5b06b602
commit 74293bcd2f
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,5 +22,5 @@ for filename in /boot/System.map-* ; do
done
if [ "$counter" -ge "1" ]; then
echo "Success."
echo "Done. Success."
fi