genswap.sh:fix incorrect path

Former-commit-id: 69e3a1818e92caa7027734d50892dbf0634c5eaf
This commit is contained in:
mollusk 2018-06-10 23:57:17 -07:00
parent 4b9264b698
commit 063fca29fd

View File

@ -1,6 +1,6 @@
#!/bin/bash
SWAPPATH=~/
SWAPPATH=/
SWAPNAME="swapfile"
TOTALRAM=$(free -m | gawk '/Mem:/{print $2}')
VERSION="0.1.0"