Browse Source

Not quiet

Bob Mottram 8 years ago
parent
commit
fbd98fe640
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-gogs

+ 1
- 1
src/freedombone-app-gogs View File

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