diff options
| -rwxr-xr-x | bin/extra/supd | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/supd b/bin/extra/supd index 019dd51..c7e4e8c 100755 --- a/bin/extra/supd +++ b/bin/extra/supd @@ -26,7 +26,7 @@ do      then          printf 'o'      else -        printf 'x' +        printf 'x\n'          return      fi      # Show remote state  | 
