From f8dd18fb08877d532387b82e03135ce1c496a031 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 14 Mar 2016 11:44:32 +0100 Subject: [PATCH] Fix spacing --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index b6942496..09c2f6d2 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -38,7 +38,7 @@ if [ ! -e /swapfile ]; then # Make sure the systeem keeps the file system inodes in # memory as long as possible - hide_output sysctl vm.vfs_cache_pressure=50 + hide_output sysctl vm.vfs_cache_pressure=50 tools/editconf.py /etc/sysctl.conf vm.vfs_cache_pressure=50 fi fi