aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Vaishnav Deore <86405648+Waishnav@users.noreply.github.com>2022-10-20 01:40:49 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-20 01:40:49 +0530
commitfc6d6d183c4ffa93c4d11acf0841f7d60ffc99d2 (patch)
treebce411a4d9781436ab07d258b5abcc4172854ef2
parentabefc10eedc1f71d791ea86394fd749a3d8b5e0d (diff)
parent5759b3af2f95486a6009a96ea3a9992485185ce8 (diff)
downloadshopno-os-log-sync-fc6d6d183c4ffa93c4d11acf0841f7d60ffc99d2.tar.gz
shopno-os-log-sync-fc6d6d183c4ffa93c4d11acf0841f7d60ffc99d2.zip
Merge pull request #35 from PawanPatil19/patch-2
fix: Change directory from 'raw_data' to 'daily_data'
Diffstat (limited to '')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
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"