summarylogtreecommitdiffstats
path: root/diagnose.shutdown
diff options
context:
space:
mode:
authorJiachen Yang2016-06-07 17:19:52 +0900
committerJiachen Yang2016-06-07 17:19:52 +0900
commitabe29ec1562c5ef6a82d14152335853c5b75c886 (patch)
tree4361bdf8cbeef15a2ac69e62dc665636f4261acb /diagnose.shutdown
parente7e9d77b5e6bc56722a702176687ee20a60438fb (diff)
downloadaur-systemd-shutdown-diagnose.tar.gz
change path from / to /var/log
Diffstat (limited to 'diagnose.shutdown')
-rwxr-xr-xdiagnose.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/diagnose.shutdown b/diagnose.shutdown
index 0ff72cdc9655..5002753d4e1d 100755
--- a/diagnose.shutdown
+++ b/diagnose.shutdown
@@ -1,5 +1,5 @@
#!/bin/sh
mount -o remount,rw /
-cat /sys/kernel/debug/tracing/trace >/shutdown.log
+cat /sys/kernel/debug/tracing/trace >/var/log/shutdown.log
mount -o remount,ro /