source: main/trunk/greenstone3/src/ansible-playbooks/_local_config.bash@ 38568

Last change on this file since 38568 was 38534, checked in by davidb, 5 months ago

Adding in shared variables to ansible playbook

File size: 212 bytes
Line 
1if [ $# != 1 ] ; then
2 echo "" >&2
3 echo "Usage: $0 localhost-username" >&2
4 echo "" >&2
5 echo "For example:" >&2
6 echo " $0 greenstone" >&2
7 echo "" >&2
8 exit 1
9fi
10
11localhost_username=$1
Note: See TracBrowser for help on using the repository browser.