From 068a359117640b5052e27312c5c51f552c70fa9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Jun 2013 22:04:17 +0200 Subject: [PATCH] Shortening /etc/mtab conditional creation. --- components/9990-aaa-fixme.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index a8fc6e8..8c7371b 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -17,11 +17,7 @@ mkdir -p /var/lib/live/boot # Create /etc/mtab for debug purpose and future syncs mkdir -p /etc - -if [ ! -f /etc/mtab ] -then - touch /etc/mtab -fi +touch /etc/mtab if [ ! -x "/bin/fstype" ] then -- 2.1.4