Update install.sh
This commit is contained in:
parent
fba632c393
commit
ec3d29fc2b
|
|
@ -2,6 +2,9 @@
|
|||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||
export PATH
|
||||
|
||||
# 手动主从设置
|
||||
# https://www.cnblogs.com/whiteY/p/17331882.html
|
||||
|
||||
curPath=`pwd`
|
||||
rootPath=$(dirname "$curPath")
|
||||
rootPath=$(dirname "$rootPath")
|
||||
|
|
|
|||
Loading…
Reference in New Issue