From 646c076cd43005e26283532d6cc7bebb7204dc9c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 28 Sep 2014 11:49:00 +0200 Subject: fix conceptual typo in tmpfs conversion --- update_jdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index f256c15a..ef38198b 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -15,7 +15,7 @@ explain() { mkdir -p /srv/workspace -if ! grep -q '^tmpfs\s\+/srv/workspace\s'; then +if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then echo "tmpfs /srv/workspace tmpfs defaults,size=60g 0 0" >> /etc/fstab fi -- cgit v1.2.3-54-g00ecf