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

Create directory

parent 19162d4f
No related branches found
No related tags found
No related merge requests found
......@@ -540,7 +540,7 @@ function install_xmpp_client {
fi
if [ ! -d /home/$MY_USERNAME/.config/profanity ]; then
mkdir /home/$MY_USERNAME/.config/profanity
mkdir -p /home/$MY_USERNAME/.config/profanity
fi
echo '[connection]' > /home/$MY_USERNAME/.config/profanity/profrc
echo "account=${MY_USERNAME}@${DEFAULT_DOMAIN_NAME}" >> /home/$MY_USERNAME/.config/profanity/profrc
......
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