Hi  Guys

 

Figured this one out by my self, all I did was send the output of the init.d
script to /dev/null and backuppc was happy.

 

#!/bin/bash

# This script starts up alfresco after a cold backup by backuppc

/etc/init.d/alfresco start > /dev/null 2>&1

sleep 20

echo "ALFRESCO HAS STARTED"

exit 0

 

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to