Showing 1 changed files with 1 additions and 1 deletions
+1 -1
upgrade
... ...
@@ -12,7 +12,7 @@ conf=$HOME/.config/upgrade_hosts.conf
12 12
 
13 13
 test -r $conf
14 14
 
15
-eval $(/usr/local/bin/readconf --conf=$conf --array=user --array=identity $1)
15
+eval $(/usr/local/bin/readconf --conf=$conf --array=user --array=identity -s $1)
16 16
 
17 17
 test -n "$ip"
18 18
 test -n "$port"