diff options
author | 2022-03-13 21:57:42 +0530 | |
---|---|---|
committer | 2022-03-13 21:57:42 +0530 | |
commit | 3e6b8706c39b04faa90496bf54f11bf04587ee15 (patch) | |
tree | 782091ca84b9fadc00f0dfd9dfc8d1cbc2dadacd /install.bash | |
parent | 69db660cfacb005694e96bd5dc1b930d2907e3b9 (diff) | |
download | shopno-os-log-sync-3e6b8706c39b04faa90496bf54f11bf04587ee15.tar.gz shopno-os-log-sync-3e6b8706c39b04faa90496bf54f11bf04587ee15.zip |
exception handling in watcher executable file
Diffstat (limited to 'install.bash')
-rw-r--r-- | install.bash | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/install.bash b/install.bash deleted file mode 100644 index 18c8167..0000000 --- a/install.bash +++ /dev/null @@ -1,11 +0,0 @@ -sudo cp -r ./src/Watcher /usr/share/ -cp -r ./src/bin/watcher ~/.local/bin/ -sudo chmod +x ~/.local/bin/watcher -cp -r ./src/service/watcher.service ~/.config/systemd/user/ -systemctl --user enable watcher.service -systemctl --user start watcher.service - -mkdir ~/.cache/Watcher/ -mkdir ~/.cache/Watcher/raw_data/ -mkdir ~/.cache/Watcher/Analysis/ - |