]> gitweb.fluxo.info Git - metadot.git/commitdiff
Avoid bashism in profile
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 20:43:07 +0000 (18:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 20:43:07 +0000 (18:43 -0200)
modules/profile/profile.dot.link

index f87d8642d2de85c34c1bacc54340fcbf5ce167cd..835a04807829a7f142643b204a2006d1e052c75a 100644 (file)
@@ -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