From fd0b1194707c4a5f1cfe7dddf7f4d6c35ca21545 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 12 Jan 2020 12:18:26 +0100 Subject: [PATCH] remove useless quotes --- ffs-set-segment/files/usr/sbin/ffs-set-segment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffs-set-segment/files/usr/sbin/ffs-set-segment b/ffs-set-segment/files/usr/sbin/ffs-set-segment index 79fdddf..38333e4 100755 --- a/ffs-set-segment/files/usr/sbin/ffs-set-segment +++ b/ffs-set-segment/files/usr/sbin/ffs-set-segment @@ -43,7 +43,7 @@ do NEWPEER=$(printf "\"gw%02ds%02d.gw.freifunk-stuttgart.de\" port %d" $i $GITSEG $PORT) NEWDOMAIN=$(printf "\"ffs_seg%02d\"" $GITSEG) if [ "$NEWDOMAIN" != "$OLDDOMAIN" ]; then - uci set gluon.core.domain="$NEWDOMAIN" + uci set gluon.core.domain=$NEWDOMAIN logger -t $ME "setting domain from $OLDDOMAIN to $NEWDOMAIN, this would reboot" #gluon-reconfigure #off for safety #uci commit gluon #lets not do this right now. might wear off flash memories and we can easily recover the information on the next reboot from DNS. -- GitLab