mirror of https://github.com/sipwise/netscript.git
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.
13 lines
338 B
13 lines
338 B
# 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
|
|
|