diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:58:40 -0500 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:58:40 -0500 |
commit | b1b6086c98703d0b52a1e6c5ac7d44602a605993 (patch) | |
tree | 58575cfd9f1bbfdf4b37d90cc0e2b41050c3c3bb /www-apps/indefero/files | |
parent | Small tweak to postinst, (diff) | |
download | c1pher-b1b6086c98703d0b52a1e6c5ac7d44602a605993.tar.gz c1pher-b1b6086c98703d0b52a1e6c5ac7d44602a605993.tar.bz2 c1pher-b1b6086c98703d0b52a1e6c5ac7d44602a605993.zip |
Fix dbsetup.
Diffstat (limited to 'www-apps/indefero/files')
-rwxr-xr-x | www-apps/indefero/files/dbsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/indefero/files/dbsetup.sh b/www-apps/indefero/files/dbsetup.sh index d5bf0d1..695d7cd 100755 --- a/www-apps/indefero/files/dbsetup.sh +++ b/www-apps/indefero/files/dbsetup.sh @@ -1,3 +1,3 @@ #!/bin/bash -php /usr/share/php/pluf/migrate.php --conf=src/IDF/conf/idf.php -a -i -d +php /usr/share/php/pluf/migrate.php --conf=IDF/conf/idf.php -a -i -d |