Quote param
[khome.git] / home / lib / login_functions.sh
index 68d99a2..9f24d3e 100644 (file)
@@ -588,6 +588,6 @@ ssh_invalid_attempts_from() {
         /var/log/auth.log \
         /var/log/auth.log.1 \
     | sort -n -k 1 \
-    | bar_gauge -v width=$(stty size | awk '{print $2}') -v num=1 -v ch_right=' ' -v ch_left=' ' -v ch_blank=' ' \
+    | bar_gauge -v width="$(stty size | awk '{print $2}')" -v num=1 -v ch_right=' ' -v ch_left=' ' -v ch_blank=' ' \
     | column -t
 }
This page took 0.035934 seconds and 4 git commands to generate.