This commit is contained in:
Selis
2023-07-17 20:01:01 +02:00
parent 454179c267
commit 2dadfc3d68
13 changed files with 491 additions and 72 deletions

View File

@@ -47,7 +47,7 @@ if [ $retVal -ne 0 ]; then
fi
#Checking for a change to html/changelogs/example.yml
md5sum -c - <<< "0c56937110d88f750a32d9075ddaab8b *html/changelogs/example.yml"
md5sum -c - <<< "0c56937110d88f750a32d9075ddaab8b *html/changelogs_ch/example.yml" # CHOMPedit - Better changelogs
retVal=$?
if [ $retVal -ne 0 ]; then
echo -e "${RED}Do not modify the example.yml changelog file.${NC}"