mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
_ch
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user