genswap,sh: remove redundant slash in swapfile path output
This commit is contained in:
parent
93510fd7d6
commit
981f24ec8e
@ -41,7 +41,7 @@ function autoSwap(){
|
||||
echo -e "${LGREEN}------------------------------------------------------------------${NC}"
|
||||
read
|
||||
|
||||
echo -e "${LCYAN}\nCreating file ${SWAPPATH}/${SWAPNAME}...\n${NC}"
|
||||
echo -e "${LCYAN}\nCreating file ${SWAPPATH}${SWAPNAME}...\n${NC}"
|
||||
dd if=/dev/zero of=${SWAPPATH}${SWAPNAME} count=${TOTALRAM} bs=1MiB
|
||||
ls -lh ${SWAPPATH}${SWAPNAME}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user