add missing '#' in monitoring script

This commit is contained in:
Bhavya Tyagi 2021-11-02 14:11:22 +05:30
parent 7a39b2d0ab
commit 410743bb31
1 changed files with 1 additions and 1 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`