Skip to content

Commit

Permalink
Shortening /etc/mtab conditional creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jun 24, 2013
1 parent 4fe3c74 commit 068a359
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/9990-aaa-fixme.sh
Expand Up @@ -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
Expand Down

0 comments on commit 068a359

Please sign in to comment.