diff options
-rw-r--r-- | modules/profile/profile.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
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 |