8000 feature: added config file permissions check · postgrespro/mamonsu@16afae0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16afae0

Browse files
committed
feature: added config file permissions check
1 parent 19c9a7a commit 16afae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/mamonsu_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
7676
sudo touch /etc/mamonsu/agent.conf
7777
cat /mamonsu/github-actions-tests/sources/agent_3.4.0.conf > /etc/mamonsu/agent.conf
7878
chmod -R 777 /etc/mamonsu/
79+
sudo apt-get -y install ./mamonsu*.deb
7980
sudo chmod 600 /etc/mamonsu/agent.conf
8081
sudo chown mamonsu:mamonsu /etc/mamonsu/agent.conf
81-
sudo apt-get -y install ./mamonsu*.deb
8282
service mamonsu restart
8383
sleep 5
8484
echo && echo && echo "Mamonsu version:"

0 commit comments

Comments
 (0)
0