mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix calling php file
This commit is contained in:
parent
74d785623e
commit
bfb29633de
|
@ -5,4 +5,4 @@ if [ -z "${SEEDDMS_HOME}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
exec php -f "${SEEDDMS_HOME}/utils/xmldump" -- "${@}"
|
||||
exec php -f "${SEEDDMS_HOME}/utils/xmldump.php" -- "${@}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user