From 987d9e6f5000b0e875170ad3952e46f2ed992066 Mon Sep 17 00:00:00 2001 From: Alex <alex.loo@protonmail.com> Date: Tue, 8 Jun 2021 21:26:28 +0200 Subject: [PATCH] fix: delete theia from sudoers --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index da50c742..46017bd7 100755 --- a/start.sh +++ b/start.sh @@ -13,6 +13,8 @@ node deadlock/recorder.js & #set -T #shopt -s extdebug +deluser theia sudo + su theia --command "python setup_trace.py" # starting theia as THEIA -- GitLab