From 9027a3bcb16a505d8a5b667239929deedf4abdca Mon Sep 17 00:00:00 2001 From: "rtrp@factory1" Date: Fri, 10 Jan 2020 21:02:05 +0000 Subject: [PATCH] create a make-logs script. --- make-log-files.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 make-log-files.sh diff --git a/make-log-files.sh b/make-log-files.sh new file mode 100644 index 0000000..4cc056b --- /dev/null +++ b/make-log-files.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# This script creates the log files and the fold they will reside in. +# This script must be executed before you set-up the start-up and +# shutdown cron-jobs on the system. + +mkdir ~/logs/ +touch ~/logs/startup-logs.txt +touch ~/logs/shutdown-logs.txt