diff options
| author | 2022-12-06 12:00:04 +0530 | |
|---|---|---|
| committer | 2022-12-06 12:00:04 +0530 | |
| commit | c824c04e577bb85b6f49b66a84517f03f21203d5 (patch) | |
| tree | 021f6ea1c6ba9a3b1a83fa3bb85f2d4f104ee29c /install | |
| parent | 45d3c83c0b2bd7e4c194de435753a2c09ec7144f (diff) | |
| download | shopno-os-log-sync-c824c04e577bb85b6f49b66a84517f03f21203d5.tar.gz shopno-os-log-sync-c824c04e577bb85b6f49b66a84517f03f21203d5.zip | |
[./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 |
