mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
fix config file permission
This commit is contained in:
@@ -666,6 +666,7 @@ function init_config() {
|
||||
if [ ! -f /etc/lemper/lemper.conf ]; then
|
||||
run mkdir -p /etc/lemper/
|
||||
run touch /etc/lemper/lemper.conf
|
||||
run chmod 0600 /etc/lemper/lemper.conf
|
||||
fi
|
||||
|
||||
save_log -e "# LEMPer configuration.\n# Edit here if you change your password manually, but do NOT delete!"
|
||||
|
||||
Reference in New Issue
Block a user