Bob Mottram 9 년 전
부모
커밋
f135528abf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 파일 보기

@@ -47,7 +47,7 @@ function check_for_updates {
47 47
     fi
48 48
 
49 49
     clear
50
-    ./etc/cron.weekly/$UPGRADE_SCRIPT_NAME
50
+    . /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
51 51
     any_key
52 52
 }
53 53