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
start using verbose / quite mode plus logging similar to
readonly LOGFILE="${LOG_BASE}/$(basename ${SCRIPT_NAME} .sh).log"
touch ${LOGFILE}2>/dev/null
exec1>>(tee -a "$LOGFILE")exec2>&1# Redirect standard error to standard out
The text was updated successfully, but these errors were encountered:
start using verbose / quite mode plus logging similar to
The text was updated successfully, but these errors were encountered: