Skip to content
Snippets Groups Projects

add lines with prefix __DB__

Merged Hahn Axel (hahn) requested to merge update-localdump-to-classlike-functions into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -123,7 +123,8 @@ function restoreByFile(){
@@ -123,7 +123,8 @@ function restoreByFile(){
# MAIN
# MAIN
# --------------------------------------------------------------------------------
# --------------------------------------------------------------------------------
# ----- requirements
# ----- requirements
 
checkRequirements >/dev/null 2>&1
checkRequirements >/dev/null 2>&1
if [ $SERVICEFOUND -eq 0 ]; then
if [ $SERVICEFOUND -eq 0 ]; then
echo "__DB__$SERVICENAME INFO: service [$SERVICENAME] is not avilable on this machine."
echo "__DB__$SERVICENAME INFO: service [$SERVICENAME] is not avilable on this machine."
Loading