From 31e3c67be7d6f924d561a9300a62cb3d834d50f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Nov 2022 21:49:52 +0100 Subject: nixos/spt-mox: tweak wifi --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.sh') diff --git a/common.sh b/common.sh index 797457a..9b6f48c 100644 --- a/common.sh +++ b/common.sh @@ -62,7 +62,7 @@ _rootssh() { local device="$1" local cmd="$2" if [ "$device" != "$(hostname)" ]; then - ssh -t "$(sshdest "$device")" sudo "sh -c '${cmd@Q}'" + ssh -t "$(sshdest "$device")" sudo "sh -c '${cmd}'" else sudo sh -c "$cmd" fi -- cgit v1.2.3