mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
3 lines
149 B
Bash
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
|