Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


HA integration render and others.
#4
Thats probably due to some old code in worker.php maintenance task that removes temp files and any symlinks in /var/www.

Edit the file /var/www/command/worker.php and comment out or delete the code block below in the function chkMaintenance()

Code:
// Purge temp or unwanted resources
sysCmd('find /var/www/ -type l -delete'); // There shouldn't be any symlinks in the web root
sysCmd('rm ' . STATION_EXPORT_DIR . '/stations.zip > /dev/null 2>&1'); // Possible leftover temp file created by Radio Manager export
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
HA integration render and others. - by kuduacz - 05-23-2022, 11:37 AM
RE: HA integration render and others. - by Tim Curtis - 05-23-2022, 07:55 PM
RE: HA integration render and others. - by Nutul - 06-24-2022, 09:08 PM
RE: HA integration render and others. - by Nutul - 06-24-2022, 10:24 PM
RE: HA integration render and others. - by Nutul - 06-24-2022, 11:58 PM

Forum Jump: