Files
podkop/luci-app-podkop/root/etc/uci-defaults/50_luci-podkop
2024-11-06 18:19:29 +03:00

10 lines
188 B
Bash

#!/bin/sh
rm -f /var/luci-indexcache*
rm -f /tmp/luci-indexcache*
[ -x /etc/init.d/rpcd ] && /etc/init.d/rpcd reload
logger -t "podkop" "$timestamp uci-defaults script executed"
exit 0