quotes

  1. D-FENS

    Solved Glitch when using sysrc to set system variables

    I have stumbled on a glitch of sysrc (apparently). I am trying to set a system variable to a string containing quotes like so: # sysrc -f "$rootDir/etc/rc.conf" ssh_tunnel_connection_1="abc \"def\" gah" ssh_tunnel_connection_1: abc def gah -> abc def gahdef gah # sysrc -f...
Back
Top