Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Switchboard
Commits
15f21b03
Commit
15f21b03
authored
Feb 12, 2021
by
Roman Haefeli
Browse files
add -p flag to mkdir
parent
4f42dbd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.sh
View file @
15f21b03
...
...
@@ -49,7 +49,7 @@ fi
# create log directory
hilite
"Create log directory: '
$LOG_DIR
'"
mkdir
"
$LOG_DIR
"
||
errexit
"Could not create log directory"
mkdir
-p
"
$LOG_DIR
"
||
errexit
"Could not create log directory"
chown
-R
${
USER
}
:
${
USER
}
"
$LOG_DIR
"
||
errexit
"Could not change owenership of log directory"
SYSTEMD_UNIT_CONTENT
=
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment