diff options
author | 2022-12-06 12:41:32 +0530 | |
---|---|---|
committer | 2022-12-06 12:41:32 +0530 | |
commit | 42b578cd0cd4335d26e20bb1905680eee94f8dda (patch) | |
tree | 021f6ea1c6ba9a3b1a83fa3bb85f2d4f104ee29c /install | |
parent | 45d3c83c0b2bd7e4c194de435753a2c09ec7144f (diff) | |
parent | c824c04e577bb85b6f49b66a84517f03f21203d5 (diff) | |
download | shopno-os-log-sync-42b578cd0cd4335d26e20bb1905680eee94f8dda.tar.gz shopno-os-log-sync-42b578cd0cd4335d26e20bb1905680eee94f8dda.zip |
Merge pull request #39 from AnilMandliya/ML_v1
[./install] BugFix. The script was recursively calling itself
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -git clone https://github.com/Waishnav/Watcher -b v2.0 && cd Watcher && ./install +git clone https://github.com/Waishnav/Watcher -b v2.0 && cd Watcher echo "[✔] First of all Thanks for dropping by!." sleep 1s |