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
90f7446b6b
commit
4329347eb0
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ ynh_script_progression --message="Setting up source files..."
|
|||
|
||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source_docker --dest_dir="$final_path"
|
||||
ynh_setup_source_docker --dest_dir="$final_path/build"
|
||||
mkdir -p "$final_path/live/"
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
|
@ -143,7 +143,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..."
|
||||
|
||||
# Download, check integrity, uncompress the source of vaultwarden from app.src to his build directory
|
||||
ynh_setup_source_docker --dest_dir="$final_path"
|
||||
ynh_setup_source_docker --dest_dir="$final_path/build"
|
||||
mkdir -p "$final_path/live/"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue