diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:50:21 -0500 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:50:21 -0500 |
commit | 930f6f3f66011d3cf05a0aebce9fd5511c486f80 (patch) | |
tree | 8386a279ede8cdf04b9a9bcd00235cf74823ead9 /www-apps/indefero/files | |
parent | Use webapp postinst (diff) | |
download | c1pher-930f6f3f66011d3cf05a0aebce9fd5511c486f80.tar.gz c1pher-930f6f3f66011d3cf05a0aebce9fd5511c486f80.tar.bz2 c1pher-930f6f3f66011d3cf05a0aebce9fd5511c486f80.zip |
typo and proper 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 690f490..0d2dd8f 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/src/migrate.php --conf=src/IDF/conf/idf.php -a -d +php /usr/share/php/pluf/src/migrate.php --conf=src/IDF/conf/idf.php -a -i -d |