mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 06:49:24 -05:00
initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# put some restrictions on 'rm'
|
||||
echo "Deleting $1 ..."
|
||||
[[ $1 == /boot/config/plugins-error/* ]] && rm $1
|
||||
[[ $1 == /boot/config/plugins-stale/* ]] && rm $1
|
||||
Reference in New Issue
Block a user