You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue tracker is for reporting product deficiencies. "How do I?" questions should be posted to the discussion forum at https://groups.google.com/group/google-apps-manager. When in doubt, start at the discussion forum and return here only when instructed to do so.
The issue tracker is for reporting product deficiencies. "How do I?" questions should be posted to the discussion forum at https://groups.google.com/group/google-apps-manager. When in doubt, start at the discussion forum and return here only when instructed to do so.
Please confirm the following:
Full steps to reproduce the issue:
gam-install.sh
: https://raw.githubusercontent.com/GAM-team/GAM/refs/tags/v7.02.04/src/gam-install.shn
touch "$target_dir/gam/nobrowser.txt"
will fail because that directory does not exist (subdirgam
should begam7
)Expected outcome (what are you trying to do?): install GAM, with an empty file created at
"$target_dir/gam7/nobrowser.txt"
Actual outcome (what errors or bad behavior do you see instead?): file creation fails thus the "no browser" option selected by the user is ignored.
The text was updated successfully, but these errors were encountered: