diff options
author | Simon Rettberg | 2023-10-11 14:43:32 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-11 14:43:32 +0200 |
commit | 90fde9b6448975d58c74528c271db26d7b60a26d (patch) | |
tree | 147b68c456290392ec2863c414932c01612fb562 /satellit_upgrader | |
parent | [SSPS] Install dozmod from tar (diff) | |
download | setup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.tar.gz setup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.tar.xz setup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.zip |
[SSUS] Fix permissions of dmsd config
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 7654880..87ecd63 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -631,6 +631,7 @@ if [ -n "$TGZ_DOZMOD" ]; then echo 'db.location-table = openslx.location' >> "$PATH_DOZMOD/config.properties" fi fixperms "$PATH_DOZMOD" root:images + chmod 0640 "$PATH_DOZMOD/config.properties" restart["dmsd.service"]=1 echo "dmsd upgrade complete" fi |