Updates in install scripts
This commit is contained in:
parent
7b7d5ecf2a
commit
9a34d05d36
3 changed files with 18 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# This is not a standalone script. It provides common functions to server-*.sh scripts
|
||||
|
||||
local hostType="$1"
|
||||
hostType="$1"
|
||||
|
||||
case "$hostType" in
|
||||
centos7)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
SCRIPT_PATH=$(dirname $(realpath -s $0))
|
||||
. $SCRIPT_PATH/functions ubuntu1804
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue