mirror of
https://github.com/unraid/webgui.git
synced 2026-01-12 20:49:56 -06:00
7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# put some restrictions on 'rm'
|
|
echo "Deleting $1 ..."
|
|
[[ $1 == /boot/config/plugins-error/* ]] && rm $1
|
|
[[ $1 == /boot/config/plugins-stale/* ]] && rm $1
|