fix broken memusage script

This commit is contained in:
Cassiano Aquino 2019-10-03 17:44:07 +01:00
parent 3b6f7f6747
commit cac5b6adfe
No known key found for this signature in database
GPG Key ID: 2480258091054B09

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