mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Update install
This commit is contained in:
parent
629b3b0e10
commit
9bc123fdfb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ echo $(ynh_get_ram -t)
|
||||||
if [ $(ynh_get_ram -t) -lt "2000" ]; then
|
if [ $(ynh_get_ram -t) -lt "2000" ]; then
|
||||||
ynh_script_progression --message="Adding swap to help building Photoprism..." --time --weight=1
|
ynh_script_progression --message="Adding swap to help building Photoprism..." --time --weight=1
|
||||||
ynh_add_swap --size=500
|
ynh_add_swap --size=500
|
||||||
swapFlag = true
|
swapFlag=true
|
||||||
else
|
else
|
||||||
swapFlag = false
|
swapFlag = false
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue