Ratchet permissions

This commit is contained in:
Bob Mottram 2017-03-18 11:30:08 +00:00
parent 16d1681d35
commit 44344d507d
1 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,8 @@ function upgrade_xmpp_client {
fi
cp $INSTALL_DIR/profanity-omemo-plugin/deploy/prof_omemo_plugin.py /etc/skel/.local/share/profanity/plugins
fi
chmod -R 700 /root/.local/lib/python3.4/site-packages/python_axolotl_*
}
function upgrade_xmpp {
@ -1109,6 +1111,8 @@ function install_xmpp_client {
chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.local
chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.config
chmod -R 700 /root/.local/lib/python3.4/site-packages/python_axolotl_*
install_completed xmpp_client
}