diff --git a/.gitignore b/.gitignore
index 257f049..8154dd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
## .idea folder (JetBrains IDEs)
-.idea/
+.idea
## File-based project format
*.iws
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6bc47fa..038812d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,9 @@
-
+
+
-
@@ -188,7 +188,15 @@
1730806503846
-
+
+
+ 1730823252701
+
+
+
+ 1730823252701
+
+
@@ -217,6 +225,7 @@
-
+
+
\ No newline at end of file
diff --git a/start.sh b/start.sh
index b6d076d..d6c61cb 100644
--- a/start.sh
+++ b/start.sh
@@ -1,10 +1,10 @@
#!/bin/bash
-echo "==> Changing ownership"
-chown -R cloudron:cloudron /app/data
-
echo "==> Symlink the config.yml to the editable /app/data directory"
ln -s /app/config.yml /app/data/config.yml
+echo "==> Changing ownership"
+chown -R cloudron:cloudron /app/data
+
echo "==> Starting Blossom"
exec /usr/local/bin/gosu cloudron:cloudron node /app