소스 검색

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