mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix broken memusage script
This commit is contained in:
@ -172,7 +172,7 @@
|
|||||||
dest: /usr/bin/memusage
|
dest: /usr/bin/memusage
|
||||||
mode: 0755
|
mode: 0755
|
||||||
content: |
|
content: |
|
||||||
#!/usr/bin/env
|
#!/usr/bin/env bash
|
||||||
free -m | awk '/Mem/ { printf( "%d %", $3 / $2 * 100 + 0.5 ) }'
|
free -m | awk '/Mem/ { printf( "%d %", $3 / $2 * 100 + 0.5 ) }'
|
||||||
|
|
||||||
- name: create monstart script
|
- name: create monstart script
|
||||||
|
Reference in New Issue
Block a user