Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runcommand: replace hard coded /dev/shm with log_dir, add a runcommand configuration menu item #3557

Closed

Commits on Jun 15, 2022

  1. Refactor runcommand.sh's output directory into a global variable and …

    …use /tmp as fallback
    
    This is to allow another directory for runcommand.sh outputs for cases when output are worth preserving (i.e. crash). Also, /dev/shm may not be accessible on all environments, for user discretionary reasons. When /dev/shm doesn't exist or isn't writable, Fall back to /tmp.
    twojstaryzdomu committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cb24243 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Change name to LOG_DIR and add a configuration menu

    twojstaryzdomu committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    db69939 View commit details
    Browse the repository at this point in the history
  2. Ensure LOG_DIR exists or default to /dev/shm

    twojstaryzdomu committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    de233e8 View commit details
    Browse the repository at this point in the history