From a71679c66d751421a12e6e184a94857cc4949ed7 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 14 Mar 2016 15:43:50 +0100 Subject: [PATCH] Fix typo --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 09c2f6d2..ab9658ee 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -23,7 +23,7 @@ if [ -z "$SWAP_MOUNTED" ]; then if [ ! -e /swapfile ]; then echo "Adding swap to the system..." - # Allocate and active the swap file + # Allocate and activate the swap file fallocate -l 1G /swapfile chmod 600 /swapfile hide_output mkswap /swapfile