added notify.pl to wrapper.sh

This commit is contained in:
mischa 2020-05-24 22:50:08 +02:00
parent 58d2cb732c
commit ca3fb8c193
1 changed files with 1 additions and 0 deletions

View File

@ -33,4 +33,5 @@ auto-start.exp $1
if [ $? ]; then if [ $? ]; then
echo echo
echo "SUCCES! - deployed ${1}" echo "SUCCES! - deployed ${1}"
notify.pl deployed ${1}
fi fi