Bob Mottram 9 anos atrás
pai
commit
f135528abf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

@@ -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