correction suite a une modification dans le format du readme du projet.
This commit is contained in:
parent
644db5c593
commit
286673f44c
@ -9,7 +9,7 @@ get_latest_release() {
|
|||||||
## last release
|
## last release
|
||||||
a=$(get_latest_release "ether/etherpad-lite")
|
a=$(get_latest_release "ether/etherpad-lite")
|
||||||
## installed release
|
## 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 ]
|
if [ $a == $b ]
|
||||||
|
Loading…
Reference in New Issue
Block a user