1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

Update _common.sh

This commit is contained in:
Mateusz 2024-04-20 14:38:01 +02:00 committed by GitHub
parent 9e8727778e
commit f9144dad45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
nodejs_version=20 nodejs_version=21
current_hash="41cdd245" current_hash="380c77a"
version="2.0.0-10698-g41cdd245" version="2.0.2-10698-g380c77a"
build_date="Mon, 18 Sep 2023 09:14:03 +0000" build_date="Mon, 18 Sep 2023 09:14:03 +0000"
#================================================= #=================================================
@ -49,4 +49,4 @@ ynh_redis_get_free_db() {
ynh_redis_remove_db() { ynh_redis_remove_db() {
local db=$1 local db=$1
redis-cli -n "$db" flushall redis-cli -n "$db" flushall
} }