2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 11:16:56 +00:00

8 lines
189 B
Plaintext
Raw Normal View History

#!/bin/sh
eval $(env | grep "^SYNOPKG_PKGDEST=")
eval $(env | grep "^SYNOPKG_PKGNAME=")
ret=`rm -f ${SYNOPKG_PKGDEST}`
ret=`rm -f /var/log/fhem*.log`
ret=`rm -f /var/log/fhem*.save`
exit 0