diff --git a/fixes/0-env b/fixes/0-env new file mode 100755 index 0000000..21264c1 --- /dev/null +++ b/fixes/0-env @@ -0,0 +1,9 @@ +HOME=~ +export HOME + +STHOMEDIR=~ +export STHOMEDIR + +STGUIADDRESS=0.0.0.0:8384 +export STGUIADDRESS + diff --git a/fixes/fix b/fixes/fix index 3dbf251..4aa5da3 100755 --- a/fixes/fix +++ b/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