mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
add message if mysqldump is not instaled
This commit is contained in:
parent
a73c9ecb22
commit
0f28a9c5b4
@ -70,6 +70,9 @@ done
|
|||||||
|
|
||||||
# Execution
|
# Execution
|
||||||
|
|
||||||
|
which mysqldump &>/dev/null
|
||||||
|
[ $? -eq 0 ] || echo -e "Command Mysqldump not found. \nIn order to make backups it is necessary to have mysqldump on your console."
|
||||||
|
|
||||||
if [ ! -e "$PANDORAPATH/include/config.php" ]
|
if [ ! -e "$PANDORAPATH/include/config.php" ]
|
||||||
then
|
then
|
||||||
echo "Cannot read config file at $PANDORAPATH/include/config.php. Aborting"
|
echo "Cannot read config file at $PANDORAPATH/include/config.php. Aborting"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user