mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
aba744d1d2
git-svn-id: https://svn.fhem.de/fhem/trunk@6617 2b470e98-0d58-463d-a4d8-8e2adae1ed80
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/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
|