Bob Mottram 8 年 前
コミット
e3ff98ce41
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-utils-setup

+ 1
- 1
src/freedombone-utils-setup ファイルの表示

851
         item_in_array "${app_name}" "${APPS_COMPLETED[@]}"
851
         item_in_array "${app_name}" "${APPS_COMPLETED[@]}"
852
         if [[ $? != 0 ]]; then
852
         if [[ $? != 0 ]]; then
853
             function_check app_is_installed
853
             function_check app_is_installed
854
-            if [[ "$(app_is_installed $a)" == "1" ]]; then
854
+            if [[ $(app_is_installed $a) == "1" ]]; then
855
                 echo ''
855
                 echo ''
856
                 echo ''
856
                 echo ''
857
                 echo $"Upgrading $a"
857
                 echo $"Upgrading $a"