feat: will look in $HOME/.browsers first for instance then in default or set chromium home usually /opt/chromium. Thus a bindfs instance for the current user will take precedence.
parent
cf774db039
commit
8934d33362
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
module_load golang-install
|
|
||||||
module_load acl
|
|
||||||
# echo loaded golang func
|
|
||||||
golang() {
|
|
||||||
golang_install -e m
|
|
||||||
if [[ $? -eq 0 ]]; then
|
|
||||||
share_dir -w -o sysadmin -g users /opt/go sysadmin david
|
|
||||||
fi
|
|
||||||
}
|
|
Reference in New Issue