Not quiet

This commit is contained in:
Bob Mottram 2017-04-12 15:29:09 +01:00
parent 90a148a8c2
commit fbd98fe640
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function reconfigure_gogs {
}
function upgrade_gogs {
if ! grep -q 'gogs version:' $COMPLETION_FILE; then
if ! grep 'gogs version:' $COMPLETION_FILE; then
return
fi