diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:54:24 -0500 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-02-01 18:54:24 -0500 |
commit | fdd602e17704795d712eb0169b820c92c7d3aa1b (patch) | |
tree | d3193da585ff66c8d7eb1ac9273bdb32af5606e7 /www-apps/indefero/files | |
parent | Proper Pluf path. (diff) | |
download | c1pher-fdd602e17704795d712eb0169b820c92c7d3aa1b.tar.gz c1pher-fdd602e17704795d712eb0169b820c92c7d3aa1b.tar.bz2 c1pher-fdd602e17704795d712eb0169b820c92c7d3aa1b.zip |
Wrong filepath
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 0d2dd8f..d5bf0d1 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 -i -d +php /usr/share/php/pluf/migrate.php --conf=src/IDF/conf/idf.php -a -i -d |