fix sanity_config location
This commit is contained in:
parent
4a0500fbc8
commit
b88a975adb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue