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

Removing htmly entry from the readme

parent d4d54943
No related branches found
No related tags found
No related merge requests found
......@@ -334,8 +334,9 @@ function remove_htmly {
function_check remove_onion_service
remove_onion_service htmly ${HTMLY_ONION_PORT}
remove_completion_param "install_htmly"
sed -i '/Htmly /d' $COMPLETION_FILE
sed -i '/htmly /d' $COMPLETION_FILE
sed -i '/Htmly/d' $COMPLETION_FILE
sed -i '/htmly/d' $COMPLETION_FILE
sed -i '/htmly/d' /home/$MY_USERNAME/README
}
function get_htmly_admin_password {
......@@ -375,8 +376,7 @@ function install_htmly_user {
fi
echo '' >> /home/$MY_USERNAME/README
echo '' >> /home/$MY_USERNAME/README
echo $'HTMLy Htmly' >> /home/$MY_USERNAME/README
echo '==========' >> /home/$MY_USERNAME/README
echo $'# htmly' >> /home/$MY_USERNAME/README
echo $"Your htmly username: $MY_USERNAME" >> /home/$MY_USERNAME/README
echo $"Your htmly password is: $HTMLY_ADMIN_PASSWORD" >> /home/$MY_USERNAME/README
if [[ $ONION_ONLY == 'no' ]]; then
......
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