Configure permissions properly on Rocket.toml. Make static path behave better

This commit is contained in:
jude
2023-06-14 13:29:48 +01:00
parent c824a36832
commit cdfe44d958
6 changed files with 36 additions and 15 deletions

1
debian/postinst vendored
View File

@ -10,5 +10,6 @@ if [ ! -f '/etc/reminder-rs/config.env' ]; then
fi
chown reminder /etc/reminder-rs/config.env
chown reminder /etc/reminder-rs/Rocket.toml
#DEBHELPER#