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.

master
Kebler Network System Administrator 2021-12-18 10:12:38 -08:00
parent cf774db039
commit 8934d33362
1 changed files with 0 additions and 10 deletions

View File

@ -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
}