added option to pass environment variables over sudo

This commit is contained in:
Lukas Schauer
2024-08-04 12:04:56 +02:00
parent 4fd777e87e
commit 911a822c0c
3 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
...
## Added
- New config variable `DEHYDRATED_SUDO_ENV` to allow passing environment variables over sudo calls
## [0.7.1] - 2022-10-31
## Changed