mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
fix
This commit is contained in:
parent
5241d1102c
commit
a8b10b4418
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Making install..."
|
ynh_script_progression --message="Making install..."
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$final_path/build"
|
ynh_setup_source --dest_dir="$install_dir/build"
|
||||||
|
|
||||||
mkdir -p "$install_dir/live/"
|
mkdir -p "$install_dir/live/"
|
||||||
rsync -a "$install_dir/build/output/opt/photoprism/" "$install_dir/live/"
|
rsync -a "$install_dir/build/output/opt/photoprism/" "$install_dir/live/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue