Check for updates to apps at start (in background)
parent
9c75646885
commit
c710f14e34
Binary file not shown.
|
@ -79,6 +79,12 @@ if ( is_file($caPaths['addConverted']) ) {
|
|||
}
|
||||
$date = (date("n/d"));
|
||||
|
||||
// Check for updates to apps (run in background)
|
||||
|
||||
exec("echo '$docroot/plugins/dynamix.docker.manager/scripts/dockerupdate.php check nonotify > /dev/null 2>&1' | at now >/dev/null");
|
||||
exec("echo '$docroot/plugins/dynamix.plugin.manager/scripts/plugin checkall > /dev/null 2>&1' | at now >/dev/null");
|
||||
|
||||
|
||||
function tr($string,$ret=false) {
|
||||
if ( function_exists("_") )
|
||||
$string = str_replace('"',""",str_replace("'","'",_($string)));
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
|
||||
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
|
||||
57cfdc78c8df1d170746d1f3af3cac1b ./CommunityApps.page
|
||||
dcd2cb1a87713932c47c3b368fff201c ./CommunityApps.page
|
||||
6db73582f22dab13d329e862067ee84e ./PluginAPI.page
|
||||
b398273cf7daa62ab00d2de2336ca25f ./README.md
|
||||
a9d4cd0e4e1f37cbe3806b952a96ddb1 ./ca_settings.page
|
||||
|
|
Loading…
Reference in New Issue