Skip to content
Snippets Groups Projects

Desktop notification

2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -125,7 +125,7 @@ function restoreByFile(){
checkRequirements >/dev/null 2>&1
if [ $SERVICEFOUND -eq 0 ]; then
echo "__DB__$SERVICENAME INFO: service [$SERVICENAME] is not avilable on this machine."
echo "__DB__$SERVICENAME SKIP: service [$SERVICENAME] is not avilable on this machine."
fi
case $1 in
Loading