combine config files

This commit is contained in:
Ray Elliott 2020-06-08 20:20:39 +01:00
parent efba3f7c0c
commit da8a510371
3 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
export local_url='' export local_url=''
export remote_url=''
export username='' export username=''
export webuser='' export webuser=''

View File

@ -1,8 +0,0 @@
#!/bin/sh
export remote_url=''
# Entries below overridfe those in config-local.sh
# If not set here, those in config-local.sh will be used

View File

@ -1,3 +1,8 @@
#!/bin/sh #!/bin/sh
apt upgrade || exit 10
apt install -y tmux ufw || exit 15
ufw allow ssh || exit 20
ufw enable