Skip to content
Snippets Groups Projects
Commit 045217ea authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena prav souboru package_version

parent 2d9b313e
No related branches found
No related tags found
No related merge requests found
......@@ -269,6 +269,7 @@ change_permissions()
key_file=`echo $ssl_key_file` | cut -d "\"" -f 2 | cut -d "\"" -f 1
cert_file=`echo $ssl_cert_file` | cut -d "\"" -f 2 | cut -d "\"" -f 1
chmod 400 ${etc}/$key_file ${etc}/$cert_file || err_clean
chmod 644 $old_package_version_file || err_clean
if chmod 600 $conf_file; then
echo "OK"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment