diff --git a/utils/init_symlinks.sh b/utils/init_symlinks.sh
index 02c23451885ea8db6aa041b9db983c3f4547118d..c98ed30e162c2d81c8b90e5b6755bb5602941b5e 100755
--- a/utils/init_symlinks.sh
+++ b/utils/init_symlinks.sh
@@ -94,6 +94,7 @@ if [[ $depsCount > 0 ]]; then
 			if [ -d "${APP_EXISTING_PATH}/$folder_path" ]; then
 				echo "copy $folder_path"
 				cp -Rf "${APP_EXISTING_PATH}/$folder_path" "$(pwd)/$folder_path"
+				chmod 777 -R "$(pwd)/$folder_path"
 			fi
 		done
 
@@ -124,7 +125,5 @@ if [[ $depsCount > 0 ]]; then
 				fi
 			fi
 		done
-
-		chmod 777 -R vas/server/
 	fi
 fi