We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d745459 commit b2d257dCopy full SHA for b2d257d
bin/v-generate-api-key
@@ -24,7 +24,9 @@ HASH=$(keygen)
24
#----------------------------------------------------------#
25
26
if [ ! -d ${KEYS} ]; then
27
- mkdir -p ${KEYS}
+ mkdir -p ${KEYS}
28
+ chown admin:root ${KEYS}
29
+ chmod 750 ${KEYS}
30
fi
31
32
if [[ -e ${KEYS}${HASH} ]] ; then
install/upgrade/versions/1.3.3.sh
@@ -8,8 +8,8 @@
8
9
10
echo '[ * ] Update permissions'
11
-setfacl -m "g:hestia-users:---" "$HESTIA"
12
-
+chmod 750 "$HESTIA/data/keys"
+chown admin:root "$HESTIA/data/keys"
13
14
if [[ ! -e /etc/hestiacp/hestia.conf ]]; then
15
echo '[ * ] Create global Hestia config'
0 commit comments