Fix shellcheck, use double quote

This commit is contained in:
Marvo2011 2022-02-17 19:08:58 +01:00
parent 77d606df34
commit c23c40df8a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dns_selfhost_add() {
_saveaccountconf_mutable SELFHOSTDNS_RID "$SELFHOSTDNS_RID"
_saveaccountconf_mutable SELFHOSTDNS_RID2 "$SELFHOSTDNS_RID2"
rid=$(echo $SELFHOSTDNS_MAP | grep -Eoi "$domain:(\d+)" | tr -d "$domain:")
rid=$(echo "$SELFHOSTDNS_MAP" | grep -Eoi "$domain:(\d+)" | tr -d "$domain:")
if test -z "$rid"; then
if [ $SELFHOSTDNS_LAST_SLOT = "2" ]; then
rid=$SELFHOSTDNS_RID