fix broken memusage script
This commit is contained in:
parent
3b6f7f6747
commit
cac5b6adfe
@ -172,7 +172,7 @@
|
||||
dest: /usr/bin/memusage
|
||||
mode: 0755
|
||||
content: |
|
||||
#!/usr/bin/env
|
||||
#!/usr/bin/env bash
|
||||
free -m | awk '/Mem/ { printf( "%d %", $3 / $2 * 100 + 0.5 ) }'
|
||||
|
||||
- name: create monstart script
|
||||
|
Loading…
x
Reference in New Issue
Block a user