1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git synced 2024-09-03 19:26:31 +02:00

Fix master: remove target directory before move

This commit is contained in:
Félix Piédallu 2023-11-29 14:31:52 +01:00
parent ff4b5d98fb
commit fc456ecac4

View file

@ -32,6 +32,7 @@ _npm_build_install() {
"$ynh_npm" run build
popd || ynh_die "Could not popd"
ynh_secure_remove --file="$targetdir"
mv "$sourcedir/frontend/dist" "$targetdir"
}