This commit is contained in:
Michael Vines 2018-07-17 19:20:35 -07:00
parent fd4f294fd3
commit 90b3b90391
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [[ -d "$SNAP" ]]; then # Running inside a Linux Snap?
drone_logger="$multilog $SNAP_DATA/drone"
# Create log directories manually to prevent multilog from creating them as
# 0700
mkdir "$SNAP_DATA"/{drone,leader,validator}
mkdir -p "$SNAP_DATA"/{drone,leader,validator}
SOLANA_METRICS_CONFIG="$(snapctl get metrics-config)"
SOLANA_CUDA="$(snapctl get enable-cuda)"