Skip to content
Snippets Groups Projects
Commit fd0b1194 authored by Nico's avatar Nico
Browse files

remove useless quotes

parent 5b6dd0db
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ do ...@@ -43,7 +43,7 @@ do
NEWPEER=$(printf "\"gw%02ds%02d.gw.freifunk-stuttgart.de\" port %d" $i $GITSEG $PORT) NEWPEER=$(printf "\"gw%02ds%02d.gw.freifunk-stuttgart.de\" port %d" $i $GITSEG $PORT)
NEWDOMAIN=$(printf "\"ffs_seg%02d\"" $GITSEG) NEWDOMAIN=$(printf "\"ffs_seg%02d\"" $GITSEG)
if [ "$NEWDOMAIN" != "$OLDDOMAIN" ]; then 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" logger -t $ME "setting domain from $OLDDOMAIN to $NEWDOMAIN, this would reboot"
#gluon-reconfigure #off for safety #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. #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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment