From 5822d92a007483705f728b174a8d45cd1b44bb74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 18:43:07 -0200 Subject: Avoid bashism in profile --- modules/profile/profile.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/profile.dot.link') 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 -- cgit v1.2.3