Browse Source

Backslash

Bob Mottram 8 years ago
parent
commit
e15d4425ec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica View File

123
                        --msgbox $"Invalid domain - include the https://" 6 40
123
                        --msgbox $"Invalid domain - include the https://" 6 40
124
                 return
124
                 return
125
             fi
125
             fi
126
-            sed -i "s|['directory'] = .*|['directory'] = '$friendica_domain_server';|g" /var/www/$FRIENDICA_DOMAIN_NAME/htdocs/.htconfig.php
126
+            sed -i "s|\['directory'\] = .*|\['directory'\] = \'$friendica_domain_server\';|g" /var/www/$FRIENDICA_DOMAIN_NAME/htdocs/.htconfig.php
127
             dialog --title $"Friendica channel directory server" \
127
             dialog --title $"Friendica channel directory server" \
128
                    --msgbox $"Domain channel directory server changed to $friendica_domain_server" 6 40
128
                    --msgbox $"Domain channel directory server changed to $friendica_domain_server" 6 40
129
             ;;
129
             ;;