1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

fix sanity_config location

This commit is contained in:
Andrew Dolgov 2011-12-12 10:29:06 +04:00
parent 4a0500fbc8
commit b88a975adb

View File

@ -1,6 +1,6 @@
#!/bin/sh
DESTINATION="sanity_config.php"
DESTINATION="include/sanity_config.php"
echo "<?php # This file has been generated at: " `date` > $DESTINATION