You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/megacorp_acc/job_restart_acc.sh

16 lines
207 B

#!/bin/sh
if [ "$passwd" != "123foobar" ]; then
echo "Invalid password" >&2
exit 1
fi
echo "RESTARTING"
if [ $no_db = "on" ]; then
echo "NOT RESTARTING DATABASE"
fi
sleep 1
echo "RESTARTED"