This commit is contained in:
2026-05-20 15:23:05 +03:00
commit 43c0739dfa
703 changed files with 61692 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
#
if [[ -f /opt/www/bitrix/.settings.php ]];
then
if [[ ! -f /opt/www/install.config && ! -f /opt/www/license.php && ! -f /opt/www/readme.php ]];
then
su - bitrix -c 'php -f /opt/www/bitrix/modules/main/tools/cron_events.php; > /dev/null 2>&1'
fi
fi
#