fix broken memusage script

This commit is contained in:
Cassiano Aquino
2019-10-03 17:44:07 +01:00
parent 3b6f7f6747
commit cac5b6adfe

View File

@ -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