Update create_swap.sh
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# Disable current swap
|
||||
sudo swapoff -a
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# Disable current swap
|
||||
sudo swapoff -a
|
||||
|
||||