Minor Change

This commit is contained in:
earnolmartin 2022-04-20 14:18:16 -06:00
parent bf80eca6ae
commit fb32c8f965

View file

@ -3330,11 +3330,6 @@ preventUserCronFromWebUser
# Restart neccessary daemons
echo "Initializing the EHCP Daemon"
restartDaemons
# Inform installation is complete
postInstallInformation
# Run final cleanup
finalCleanup
# Make sure python2 pip is installed
installPipManuallyIfNeeded
@ -3342,6 +3337,12 @@ installPipManuallyIfNeeded
# Install pip packages
installPipPackages
# Inform installation is complete
postInstallInformation
# Run final cleanup
finalCleanup
# Launch firefox and the panel
##############################################
launchPanel