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:
- 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
- Laravel say that Auth guard [user] is not defined - April 15, 2021