Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
amanda-client / usr / lib64 / amanda / application / script-fail
Size: Mime:
#!/bin/sh

if [ "$1" = "support" ]; then
  echo "CONFIG YES"
  echo "HOST YES"
  echo "DISK YES"
  echo "MESSAGE-LINE YES"
  echo "EXECUTE-WHERE YES"
  echo "TIMESTAMP YES"
  exit 0
else
  echo "stderr error: " $1 >&2
  exit 1
fi