diff --git a/sshrm b/sshrm index 7a80805..474c2dd 100755 --- a/sshrm +++ b/sshrm @@ -50,7 +50,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then exit 0 fi - backup=true +backup=true if [ "$1" = "--no-backup" ]; then backup=false shift