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
Remove the reamining code fragment from the old bash framework version causing a /.log directory can not be created: Permission denied error message during the bootstrap process.
The current __snowblock_bash::setup_history() function should also only create the .log directory if it does not exists yet to avoid possible errors.
The text was updated successfully, but these errors were encountered:
Remove the reamining code fragment from the old bash framework version causing a
/.log directory can not be created: Permission denied
error message during the bootstrap process.The current
__snowblock_bash::setup_history()
function should also only create the.log
directory if it does not exists yet to avoid possible errors.The text was updated successfully, but these errors were encountered: