Files
webgui/plugins/dynamix/event/stopped/delete_keyfile
T

3 lines
149 B
Bash

#!/bin/bash
[[ -f /root/keyfile && -z $(grep -Po '^keyfile="\K[^"]+' /boot/config/plugins/dynamix/dynamix.cfg 2>/dev/null) ]] && rm -f /root/keyfile