mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
typo
This commit is contained in:
parent
4329347eb0
commit
2d45dc20e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue