Minor Change
This commit is contained in:
parent
bf80eca6ae
commit
fb32c8f965
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue