fdas
This commit is contained in:
parent
4514549716
commit
65f8fa534e
Binary file not shown.
@ -42,6 +42,10 @@ 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 @@
|
||||
0ac4e5d88e4f9b1ff2ba248c61c561a9 ./Apps.page
|
||||
e1e53b35676cef978dd34779bf38a308 ./Apps.page
|
||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user