.
This commit is contained in:
9
fixes/0-env
Executable file
9
fixes/0-env
Executable file
@ -0,0 +1,9 @@
|
||||
HOME=~
|
||||
export HOME
|
||||
|
||||
STHOMEDIR=~
|
||||
export STHOMEDIR
|
||||
|
||||
STGUIADDRESS=0.0.0.0:8384
|
||||
export STGUIADDRESS
|
||||
|
||||
10
fixes/fix
10
fixes/fix
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
. /static/fixes/0-env
|
||||
sh -x /static/fixes/1-defaults
|
||||
sh -x /static/fixes/1-machines2
|
||||
sh -x /static/fixes/1-pushfolders
|
||||
sh -x /static/fixes/3-fixlocalfolders
|
||||
. /zz/zShared/fixes/0-env
|
||||
sh -x /zz/zShared/fixes/1-defaults
|
||||
sh -x /zz/zShared/fixes/1-machines
|
||||
sh -x /zz/zShared/fixes/1-pushfolders
|
||||
sh -x /zz/zShared/fixes/3-fixlocalfolders
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user