Time to bring these from my personal branch #33

Manually merged
toastie_t0ast merged 57 commits from :v6 into v6 2025-02-28 23:18:40 +00:00
Showing only changes of commit 06b17e3835 - Show all commits

View file

@ -13,8 +13,4 @@ do
fi
done
# ensure ellie can write on /app/data
chown -R ellie:ellie "$data"
# drop to regular user and launch command
exec sudo -u ellie "$@"
exec "$@"