Update pibackup.sh

This commit is contained in:
2022-10-08 15:51:49 -05:00
parent 45aa242db6
commit 185ba9e255

View File

@@ -45,7 +45,7 @@ if [ "$1" != "update" ]; then
if [ $keep == 0 ]; then
echo "REMOVE: $i"
else
echo "KEEP: $i"
echo "KEEP : $i"
fi
done