No need to acquire the hostname.

This commit is contained in:
zhengxie 2016-12-15 16:43:01 +08:00
parent 143155ddc2
commit b4498eec67
3 changed files with 0 additions and 6 deletions

View File

@ -99,7 +99,6 @@ echo
# Vars
# -------------------------------------------
SEAFILE_ADMIN=admin@seafile.local
SERVER_NAME=$(hostname -s)
IP_OR_DOMAIN=$(hostname -i)
SEAFILE_VERSION=$1
TIME_ZONE=Asia/Shanghai
@ -491,7 +490,6 @@ cat > ${TOPDIR}/aio_seafile-server.log<<EOF
Your Seafile server is installed
-----------------------------------------------------------------
Server Name: ${SERVER_NAME}
Server Address: http://${IP_OR_DOMAIN}
Seafile Admin: ${SEAFILE_ADMIN}

View File

@ -99,7 +99,6 @@ echo
# Vars
# -------------------------------------------
SEAFILE_ADMIN=admin@seafile.local
SERVER_NAME=$(hostname -s)
IP_OR_DOMAIN=$(hostname -i)
SEAFILE_VERSION=$1
TIME_ZONE=Asia/Shanghai
@ -431,7 +430,6 @@ cat > ${TOPDIR}/aio_seafile-server.log<<EOF
Your Seafile server is installed
-----------------------------------------------------------------
Server Name: ${SERVER_NAME}
Server Address: http://${IP_OR_DOMAIN}
Seafile Admin: ${SEAFILE_ADMIN}

View File

@ -100,7 +100,6 @@ echo
# Vars
# -------------------------------------------
SEAFILE_ADMIN=admin@seafile.local
SERVER_NAME=$(hostname -s)
IP_OR_DOMAIN=$(hostname -i)
SEAFILE_VERSION=$1
TIME_ZONE=Asia/Shanghai
@ -433,7 +432,6 @@ cat > ${TOPDIR}/aio_seafile-server.log<<EOF
Your Seafile server is installed
-----------------------------------------------------------------
Server Name: ${SERVER_NAME}
Server Address: http://${IP_OR_DOMAIN}
Seafile Admin: ${SEAFILE_ADMIN}