superman rules
parent
37e0034ef1
commit
dd10ee01e9
Binary file not shown.
|
@ -42,10 +42,6 @@ if ( $cfg['maxPerPage'] < 24 ) $cfg['maxPerPage'] = 24;
|
|||
$firstRun = is_file($caPaths['warningAccepted']) ? "false" : "true";
|
||||
$pluginWarning = is_file($caPaths['pluginWarning']) ? "true": "false";
|
||||
|
||||
// don't run batman on new installations/
|
||||
if ( $firstRun == "true" || $pluginWarning == "false" )
|
||||
touch("/boot/config/plugins/community.applications/IamBatman");
|
||||
|
||||
if ( ! is_file($caPaths['docker_cfg']) ) {
|
||||
exec("logger -t 'Community Applications' 'Fatal Flash Drive Error: /boot/config/docker.cfg does not exist'");
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
4739ce273e845dfa923fb1f58f3aea9d ./Apps.page
|
||||
4d2dba0050ce9f1f17cc5da0d05b6b0d ./Apps.page
|
||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
|
|
Loading…
Reference in New Issue