add additional post-install shell script option for setup_status_network.sh to do any other site-specific setup
This commit is contained in:
@@ -72,3 +72,9 @@ then
|
||||
else
|
||||
echo "No mail template, not sending email."
|
||||
fi
|
||||
|
||||
if [ -f "$POSTINSTALL" ]
|
||||
then
|
||||
echo "Running $POSTINSTALL ..."
|
||||
source "$POSTINSTALL"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user