sum updoots

This commit is contained in:
2026-05-23 07:59:51 -06:00
parent abc62c5969
commit 2c0df8f79b
2 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ checkcode () {
if [ $retcode -ne 0 ]; then
echo -e "\e[31mERROR!\033[0m Response Code: $retcode"
else
printf ' \e[1;32mOK!\e[0m\n'
printf '\e[1;32mOK!\e[0m\n'
fi
}
@@ -49,7 +49,7 @@ checkcode $?
printf "making out/verify-everything.sh..."
cp verify-everything.txt out/verify-everything.sh
checkcode $?
printf "making out/verify-everything.sh executable"...
printf "making out/verify-everything.sh executable"
chmod +x out/verify-everything.sh
checkcode $?