Skip to content
Snippets Groups Projects
Commit 35a03437 authored by Bob Mottram's avatar Bob Mottram
Browse files

mesh config permissions

parent d1b5c328
No related branches found
No related tags found
No related merge requests found
......@@ -510,7 +510,9 @@ function show_desktop_icons {
# set permissions
chmod +x /home/${MY_USERNAME}/Desktop/*
chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/Desktop/*
chown -R ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/.config
chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/.config
chown -R ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/.config/tox
chown -R ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/.config/zeronet
chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/*.sh
}
......
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