summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-10-11 14:43:32 +0200
committerSimon Rettberg2023-10-11 14:43:32 +0200
commit90fde9b6448975d58c74528c271db26d7b60a26d (patch)
tree147b68c456290392ec2863c414932c01612fb562
parent[SSPS] Install dozmod from tar (diff)
downloadsetup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.tar.gz
setup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.tar.xz
setup-scripts-90fde9b6448975d58c74528c271db26d7b60a26d.zip
[SSUS] Fix permissions of dmsd config
-rw-r--r--satellit_upgrader/updater.template.sh1
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