Browse Source

Remove space

Bob Mottram 7 years ago
parent
commit
c437b22f2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-rss

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

@@ -440,7 +440,7 @@ function install_rss_main {
440 440
         # generate a config file
441 441
         RSS_FEED_CRYPT_KEY="$(create_password 24)"
442 442
         echo '<?php' > $RSS_READER_PATH/config.php
443
-        echo "  define ('_CURL_HTTP_PROXY', '127.0.0.1:9050');" >> $RSS_READER_PATH/config.php
443
+        echo "  define('_CURL_HTTP_PROXY', '127.0.0.1:9050');" >> $RSS_READER_PATH/config.php
444 444
         echo "  define('DB_TYPE', 'mysql');" >> $RSS_READER_PATH/config.php
445 445
         echo "  define('DB_HOST', 'localhost');" >> $RSS_READER_PATH/config.php
446 446
         echo "  define('DB_USER', 'root');" >> $RSS_READER_PATH/config.php