This commit is contained in:
Squidly271 2023-03-04 09:26:24 -05:00
parent 4514549716
commit 65f8fa534e
3 changed files with 5 additions and 1 deletions

View File

@ -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'");
}

View File

@ -1,4 +1,4 @@
0ac4e5d88e4f9b1ff2ba248c61c561a9 ./Apps.page
e1e53b35676cef978dd34779bf38a308 ./Apps.page
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg