diff --git a/plugins/localdump/pgsql.sh b/plugins/localdump/pgsql.sh index 9dafcc7d1a278f574c4205e7ce4acafa7274404c..f939d56658e3f7e51581891dbdf8afc384836e01 100755 --- a/plugins/localdump/pgsql.sh +++ b/plugins/localdump/pgsql.sh @@ -123,7 +123,8 @@ function restoreByFile(){ # MAIN # -------------------------------------------------------------------------------- - # ----- requirements +# ----- requirements + checkRequirements >/dev/null 2>&1 if [ $SERVICEFOUND -eq 0 ]; then echo "__DB__$SERVICENAME INFO: service [$SERVICENAME] is not avilable on this machine."