File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 emit " gcsfuse already installed. Skipping installation."
4747fi
4848
49- # Uncomment user_allow_other in the fuse.conf to enable non-root user to mount files with -o allow-other option.
50- sed -i ' /user_allow_other/s/^#//g' /etc/fuse.conf
51-
5249if [[ " ${LOG_IN} " == " true" ]]; then
5350 ${RUN_AS_LOGIN_USER} " '${WORKBENCH_INSTALL_PATH} ' resource mount --allow-other || echo 'Resource mounting failed.'"
5451fi
Original file line number Diff line number Diff line change 212212# ############################
213213# Mount buckets
214214# ############################
215+
216+ # Uncomment user_allow_other in the fuse.conf to enable non-root user to mount files with -o allow-other option.
217+ sed -i ' /user_allow_other/s/^#//g' /etc/fuse.conf
218+
215219source " ${CLOUD_SCRIPT_DIR} /resource-mount.sh"
216220
217221# ##############################
You can’t perform that action at this time.
0 commit comments