1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-06-26 14:43:16 +02:00
parent 89094ea052
commit 8a3b7218fe
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -30,7 +30,7 @@ if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
: :
else else
# Check memory requirements # Check memory requirements
check_memory_requirements check_memory_requirements_upgrade
fi fi
#================================================= #=================================================