diff options
Diffstat (limited to 'network/rssh/doinst.sh')
-rw-r--r-- | network/rssh/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/rssh/doinst.sh b/network/rssh/doinst.sh index 408e09eda4..ccd4adbf01 100644 --- a/network/rssh/doinst.sh +++ b/network/rssh/doinst.sh @@ -6,7 +6,7 @@ config() { mv $NEW $OLD elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy - rm $NEW + rm $NEW fi # Otherwise, we leave the .new copy for the admin to consider... } |