瀏覽代碼

Update running scripts

Bob Mottram 8 年之前
父節點
當前提交
0631a8b4a7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-postactiv

+ 2
- 2
src/freedombone-app-postactiv 查看文件

@@ -215,8 +215,8 @@ function upgrade_postactiv {
215 215
         rm /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php
216 216
     fi
217 217
 
218
-    #function_check postactiv_running_script
219
-    #postactiv_running_script
218
+    function_check postactiv_running_script
219
+    postactiv_running_script
220 220
 }
221 221
 
222 222