We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06beebb commit 6e9b0acCopy full SHA for 6e9b0ac
scripts/postinstall.sh
@@ -32,6 +32,9 @@ install_configs () {
32
sudo chown root:root /etc/stenographer
33
34
if grep -q /path/to /etc/stenographer/config; then
35
+ mkdir -p /var/lib/stenographer
36
+ sudo chown -R stenographer:stenographer /var/lib/stenographer
37
+ sudo sed -i 's/\/path\/to/\/var\/lib\/stenographer/g' /etc/stenographer/config
38
echo "WARNING! Create output directories and update settings in /etc/stenographer/config"
39
fi
40
}
@@ -71,8 +74,8 @@ function SetCapabilities {
71
74
72
75
add_accounts
73
76
install_configs
-install_certs
77
do_permissions
78
install_service
79
+install_certs
80
81
echo "stenographer is ready."
0 commit comments