From: Silvio Rhatto Date: Fri, 1 Feb 2013 20:43:07 +0000 (-0200) Subject: Avoid bashism in profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5822d92a007483705f728b174a8d45cd1b44bb74;p=metadot.git Avoid bashism in profile --- diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index f87d864..835a048 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -41,7 +41,7 @@ if [ -d "$HOME/lost+found" ]; then fi # Make sure basic folder structure exists -mkdir -p $HOME/{apps,file,html,mail,temp} +mkdir -p $HOME/apps $HOME/file $HOME/html $HOME/mail $HOME/temp # Make sure data symlink exists if [ -e "/var/data" ] && [ ! -e "$HOME/data" ]; then