From 6f505f15aff07502b2489244eb469ba91d8c1f1d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Jul 2022 20:13:36 +0200 Subject: [PATCH] Fix upgrade --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index fdd2c39..eec4427 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -98,6 +98,7 @@ function compile_server { ynh_secure_remove --file="$final_path/.cargo" ynh_secure_remove --file="$final_path/.rustup" + ynh_secure_remove --file="$data_path/assets" ynh_exec_as $app ln -sf "$final_path/live/assets" "$data_path/assets" set_permissions