This commit is contained in:
2024-11-13 12:09:28 -07:00
parent 2acfecd794
commit 22af71965c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if [ -f *.old ]; then
echo -e "\nDeleting *.old\n"
rm *.old
else
echo -e "\nNo *g.old, skipping delete\n"
echo -e "\nNo *.old, skipping delete\n"
fi
if [ -f *.bak ]; then