mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
test
This commit is contained in:
parent
e4de628073
commit
c53cf2d66b
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue