correction suite a une modification dans le format du readme du projet.

This commit is contained in:
Yves-Gaël CHENY 2021-01-27 18:56:53 +01:00 committed by root
parent 644db5c593
commit 286673f44c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ get_latest_release() {
## last release
a=$(get_latest_release "ether/etherpad-lite")
## installed release
b=$(cat /var/www/etherpad-lite/CHANGELOG.md | grep '#' | head -n 1 | tr -d '# ' )
b=$(cat /var/www/etherpad-lite/CHANGELOG.md | grep '# 1' | head -n 1 | tr -d '# ' )
if [ $a == $b ]