ソースを参照

Fix condition

Bob Mottram 9 年 前
コミット
4d74f9119c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial ファイルの表示

@@ -208,7 +208,7 @@ function gnusocial_create_database {
208 208
 }
209 209
 
210 210
 function gnusocial_running_script {
211
-    if [[ $(is_completed $FUNCNAME) == "1" ]]; then
211
+    if [[ $(is_completed "install_gnusocial") == "0" ]]; then
212 212
         return
213 213
     fi
214 214