genswap.sh:fix incorrect path
Former-commit-id: 69e3a1818e92caa7027734d50892dbf0634c5eaf
This commit is contained in:
parent
4b9264b698
commit
063fca29fd
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SWAPPATH=~/
|
SWAPPATH=/
|
||||||
SWAPNAME="swapfile"
|
SWAPNAME="swapfile"
|
||||||
TOTALRAM=$(free -m | gawk '/Mem:/{print $2}')
|
TOTALRAM=$(free -m | gawk '/Mem:/{print $2}')
|
||||||
VERSION="0.1.0"
|
VERSION="0.1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user