From 5759b3af2f95486a6009a96ea3a9992485185ce8 Mon Sep 17 00:00:00 2001 From: Pawan Patil <63651567+PawanPatil19@users.noreply.github.com> Date: Thu, 20 Oct 2022 03:44:09 +0800 Subject: fix: Change directory from 'raw_data' to 'daily_data' --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index dedccfa..293352c 100755 --- a/install +++ b/install @@ -18,7 +18,7 @@ echo "[✔] Making it executable by giving it permission" # making directory for log-files (where all you daily logs are stored) mkdir -p ~/.cache/Watcher/ echo "[✔] To store raw_data making directory as ~/.cache/Watcher" -mkdir -p ~/.cache/Watcher/raw_data/ +mkdir -p ~/.cache/Watcher/daily_data/ mkdir -p ~/.cache/Watcher/Analysis/ # deleting folowing lines "[ -f /etc/xprofile ] && . /etc/xprofile/" and "[ -f ~/.xprofile ] && . ~/.xprofile" -- cgit v1.2.3