mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
cd /var/tmp
|
|
if [ -f debug.log ]
|
|
then
|
|
rm debug.log
|
|
fi
|