home · contact · privacy
Fix library inclusion.
[config] / bookworm / setup_scripts / prepare_to_meet_server.sh
index d00efdf7f75fa544e4b718dc8964135bbeebc4d5..d8e4e83599a3b19d0e1685fb7ab122282856d940 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 # Do some of the steps necessary to SSH (key-based) with another server.
 set -e
+. ./misc.sh
 
 expect_n_args 1 "(server IP)" "$@"
 target="$1"