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:
parent
ff4b5d98fb
commit
fc456ecac4
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ _npm_build_install() {
|
||||||
"$ynh_npm" run build
|
"$ynh_npm" run build
|
||||||
popd || ynh_die "Could not popd"
|
popd || ynh_die "Could not popd"
|
||||||
|
|
||||||
|
ynh_secure_remove --file="$targetdir"
|
||||||
mv "$sourcedir/frontend/dist" "$targetdir"
|
mv "$sourcedir/frontend/dist" "$targetdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue