mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
add message if mysqldump is not instaled
This commit is contained in:
parent
a73c9ecb22
commit
0f28a9c5b4
@ -70,6 +70,9 @@ done
|
||||
|
||||
# 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" ]
|
||||
then
|
||||
echo "Cannot read config file at $PANDORAPATH/include/config.php. Aborting"
|
||||
|
Loading…
x
Reference in New Issue
Block a user