Skip to content

Commit

Permalink
make /data/headless in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Oct 12, 2023
1 parent da8397b commit a0b5946
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ function waitpid() {
}

function run_headless() {
if [ ! -d "$STORE_PATH" ]; then
mkdir -p "$STORE_PATH"
fi

chmod 777 -R "$STORE_PATH"

"$HEADLESS" \
Expand Down

0 comments on commit a0b5946

Please sign in to comment.