Browse Source

minor bugfix

master
Mario Alegre 5 years ago
parent
commit
ba359466df
  1. 2
      bin/wg-addpeer

2
bin/wg-addpeer

@ -13,7 +13,7 @@ fi
dest="$1" dest="$1"
# script expects ssh-persist to be either in the same directory, or in the path # script expects ssh-persist to be either in the same directory, or in the path
sudo -p '[sudo] password for %u@%h' true sudo -p '[sudo] password for %u@%h: ' true
cd $(dirname $0) cd $(dirname $0)
. ssh-persist.sh $dest . ssh-persist.sh $dest

Loading…
Cancel
Save