diff --git a/setup.sh b/setup.sh index eb01f21..d79f9f3 100644 --- a/setup.sh +++ b/setup.sh @@ -63,9 +63,11 @@ function config() { if [ $? -eq 0 ]; then echo "Selected file: $WALLPAPER_FILE" if [ -f "$WALLPAPER_FILE" ]; then - echo "Creating configuration file" + echo "+ Creating configuration directory" + mkdir -p ~/.config/Wallify + echo "+ Creating configuration file" echo "WALLPAPER_FILE=$WALLPAPER_FILE" > ~/.config/Wallify/wallpaper.conf - echo "Creating start.sh script" + echo "+ Creating start.sh script" cat > ~/.config/Wallify/start.sh < ~/.config/autostart/wallify.sh.desktop <