mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-26 01:22:52 +00:00
set HOME env (needed in packer)
This commit is contained in:
parent
49fb215849
commit
59ae9ed3bf
|
|
@ -19,10 +19,13 @@
|
|||
#
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
if [[ $SEAFILE_DEBUG != "" ]]; then
|
||||
set -x
|
||||
fi
|
||||
set -e
|
||||
|
||||
export HOME=/root
|
||||
|
||||
if [[ "$#" -ne 1 ]]; then
|
||||
echo "You must specif Seafile version to install"
|
||||
|
|
|
|||
Loading…
Reference in New Issue