1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
yalh76 2022-09-07 07:40:53 +02:00
parent 4329347eb0
commit 2d45dc20e6

View file

@ -128,7 +128,7 @@ ynh_setup_source_docker() {
if ! "$src_extract"; then
mv $src_filename $dest_dir
elif [ "$src_format" = "docker" ]; then
$YNH_APP_BASEDIR/script/vendor/docker-image-extract -p $src_plateform -o $src_filename $src_url 2>&1
$YNH_APP_BASEDIR/scripts/vendor/docker-image-extract -p $src_plateform -o $src_filename $src_url 2>&1
mv $src_filename $dest_dir
ynh_secure_remove --file="$src_filename"
elif [ "$src_format" = "zip" ]; then