mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
fix sanity_config script, regenerate check file
This commit is contained in:
@@ -10,7 +10,7 @@ echo ");" >> $DESTINATION
|
||||
|
||||
echo -n "\$requred_defines = array( " >> $DESTINATION
|
||||
|
||||
grep define\( config.php-dist | awk -F\' '{ print "*" $2 "*," }' | xargs echo -n | grep -v DB_PORT | sed -e s/,$// -e s/*/\'/g >> $DESTINATION
|
||||
grep define\( config.php-dist | awk -F\' '{ print "*" $2 "*," }' | grep -v DB_PORT | xargs echo -n | sed -e s/,$// -e s/*/\'/g >> $DESTINATION
|
||||
|
||||
echo "); ?>" >> $DESTINATION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user