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

Turn off logging at the very end of installation

parent db76d2b4
No related branches found
No related tags found
No related merge requests found
......@@ -40,13 +40,6 @@ function install_final {
function_check split_gpg_key_into_fragments
split_gpg_key_into_fragments
# turn logging off by default
if [[ $ONION_ONLY != 'no' ]]; then
${PROJECT_NAME}-logging off --onion
else
${PROJECT_NAME}-logging off
fi
mark_completed $FUNCNAME
clear
echo ''
......@@ -75,11 +68,14 @@ function install_final {
echo ''
echo $'Shutting down the system. Detatch the ethernet cable, attach wifi dongle, then power on again.'
echo ''
${PROJECT_NAME}-logging off
shutdown now
return
fi
${PROJECT_NAME}-logging off
reboot
fi
${PROJECT_NAME}-logging off
}
function update_installed_apps_list {
......
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