We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901829e commit 8cfa3b3Copy full SHA for 8cfa3b3
plugin/scripts/rsync-activation-dir.sh
@@ -66,7 +66,7 @@ ssh "root@$REMOTE_HOST" "rm -rf $REMOTE_PATH/*" || {
66
67
# Remove Unraid password file if requested
68
if [[ "$REMOVE_PASSWORD" == true ]]; then
69
- ssh "root@$REMOTE_HOST" "rm -f /boot/config/passwd" || {
+ ssh "root@$REMOTE_HOST" "rm -f /boot/config/passwd /boot/config/shadow /boot/config/super.dat" || {
70
echo "Error: Failed to remove Unraid password file"
71
exit 1
72
}
0 commit comments