summaryrefslogtreecommitdiffstats
path: root/packager
diff options
context:
space:
mode:
Diffstat (limited to 'packager')
-rwxr-xr-xpackager/debian/postinst2
1 files changed, 0 insertions, 2 deletions
diff --git a/packager/debian/postinst b/packager/debian/postinst
index c0b06b0233..964e8148f8 100755
--- a/packager/debian/postinst
+++ b/packager/debian/postinst
@@ -18,8 +18,6 @@ case "$1" in
chown ${APP_USER}.${APP_GROUP} $(dirname ${APP_CONFIG})
[ -f ${APP_CONFIG} ] || ${CLI} run cp conf/app.ini ${APP_CONFIG}
${CLI} config:set USER=${APP_USER}
- PORT=$(${CLI} config:get PORT || echo "6000")
- sed -i "s|HTTP_PORT = 3000|HTTP_PORT = ${PORT}|" ${APP_CONFIG}
sed -i "s|RUN_USER = git|RUN_USER = ${APP_USER}|" ${APP_CONFIG}
sed -i "s|RUN_MODE = dev|RUN_MODE = prod|" ${APP_CONFIG}