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