119N/A#!/bin/bash
119N/Aset -e
119N/A# Pre rm script
119N/A# Stops the server
119N/A# Only if the instance has been configured
119N/Aif [ "$1" = "remove" ] && ( [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ] )
119N/Athen
119N/A echo *Stopping OpenDJ server...
119N/A @prefix@/bin/./stop-ds
119N/Afi
119N/A# End prem script