Fixed Issue #127 : Redirection issue and a typo in monitoring script (#128)

* fix redirection issue by adding https://

* add missing '#' in monitoring script
This commit is contained in:
Bhavya Tyagi
2021-11-02 14:56:28 +05:30
committed by GitHub
parent 9251e0720c
commit b29706e85e
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ We usually come up with tasks that are mostly repetitive, looping helps us to co
| until | until \[ expression \] <br><br>do <br><br>    \[ until\_block\_to_execute \]<br><br>done |
```
!/bin/bash
#!/bin/bash
#Script to monitor the server
hosts=`cat host_list`