# test profile # # this is just for verifying functionality # actually, the profiles should contain deployment site specific configurations export PROFILE=testprofile1 export DATE=$(date) echo "$DATE - $PROFILE loaded" echo "$DATE - $PROFILE loaded from $0" >> /var/log/ngcpprofilefileloaded.log sleep 4 # to see the prompt