diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |