1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
Thomas 2023-03-30 21:07:27 +02:00 committed by Félix Piédallu
parent e4de628073
commit c53cf2d66b

View file

@ -56,6 +56,13 @@ ynh_script_progression --message="Making install..."
ynh_setup_source --dest_dir="$install_dir/build" ynh_setup_source --dest_dir="$install_dir/build"
mkdir -p "$install_dir/live/" mkdir -p "$install_dir/live/"
ls -lah "$install_dir/"
ls -lah "$install_dir/build/"
ls -lah "$install_dir/build/output/"
ls -lah "$install_dir/build/output/opt/"
ls -lah "$install_dir/build/output/opt/photoprism/"
rsync -a "$install_dir/build/output/opt/photoprism/" "$install_dir/live/" rsync -a "$install_dir/build/output/opt/photoprism/" "$install_dir/live/"
ynh_secure_remove --file="$install_dir/build" ynh_secure_remove --file="$install_dir/build"