Error :
When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very easily.
Command : nohup start-seodaily-queue.sh /dev/null &
To avoid the above message you need to start it like :
nohup start-seodaily-queue.sh </dev/null &>/dev/null &
Note : Replace start-seodaily-queue.sh = Your-file-name.sh
For more understanding read below articles:
Latest posts by Chandan Kumar (see all)
- Top 10 DevOps Blogs and Websites To Follow in 2023 - December 13, 2022
- How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS - October 28, 2021
- How to Fix ” Vue packages version mismatch:” error in Laravel 5.5 - April 15, 2021