From 34183e922ed0798e5d4a743dc7a2e3590ee3d803 Mon Sep 17 00:00:00 2001 From: Oscar Date: Sat, 29 May 2021 13:33:41 -0500 Subject: [PATCH] Update version --- strytond_service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strytond_service b/strytond_service index 57c1644..bf17078 100644 --- a/strytond_service +++ b/strytond_service @@ -5,8 +5,8 @@ NAME="strytond" DESC="Tryton" PSKUSER=psk HOMEX=/home/${PSKUSER} -NAME_ENV=tryton50 -VERSION="5.0" +NAME_ENV=tryton60 +VERSION="6.0" DAEMON="${HOMEX}/.virtualenvs/${NAME_ENV}/bin/trytond" PIDFILE="/var/run/$NAME.pid"