Run the cPanel installation script in the background
Needs Review
/scripts/upcp has a "--bg" to run the update script in the background and tail the log at will. The cPanel installer script needs to have the same option.
I use below command to install cpanel in background. Done this 100+ times.
SSH Command : nohup sh latest &
and check status using
SSH Command : tail -f nohup.out
I use below command to install cpanel in background. Done this 100+ times.
SSH Command : nohup sh latest &
and check status using
SSH Command : tail -f nohup.out
What are the use cases for running the installer in the background?
What are the use cases for running the installer in the background?
You can already do this using standard shell commands.
You can already do this using standard shell commands.
@Ken
True, but this is not something all those who install cPanel "do". It's an idea aimed towards making things "easier", that's all :-)
@Ken
True, but this is not something all those who install cPanel "do". It's an idea aimed towards making things "easier", that's all :-)
Replies have been locked on this page!