We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab9fb4e + 9f2f499 commit 85cfb21Copy full SHA for 85cfb21
1 file changed
lib/atop
@@ -19,7 +19,8 @@ _XTRACE_ATOP=$(set +o | grep xtrace)
19
set +o xtrace
20
21
function configure_atop {
22
- cat <<EOF | sudo tee /etc/default/atop >/dev/null
+ mkdir -p $LOGDIR/atop
23
+ cat <<EOF | sudo tee /etc/default/atop >/dev/null
24
# /etc/default/atop
25
# see man atoprc for more possibilities to configure atop execution
26
0 commit comments