Updated January 29, 2023 8:30PM

This commit is contained in:
root
2023-01-29 20:30:26 -06:00
parent 043adb39bf
commit 09241eea95

View File

@@ -154,8 +154,8 @@ push () {
echo 'Done!';
exit 0
else
# If local files are the same as remote, do nothing and exit
echo 'Remote Git repo matches local Pi-hole lists. No further action required.';
# If local files are the same as remote, do nothing and exit
echo 'Remote Git repo matches local Pi-hole lists. No further action required.';
exit 0
fi
}