cron after Update - "stdin: is not a tty"
-
- OMV 3.x
- resolved
- Update
- Denqbar
-
-
Display More
Login as root and execute the following command:
nano /root/.profile
make the last line look like this:
test -t 0 && mesg n
trueHey!
Got this notification too from a Raspberry Pi install...
So at the end of this file, I gotmesg n
We have to change this line to :
test -t 0 && mesg n || trueThis message just to be sure we have to replace the original line, and not adding a new one...
Thx
-
Display More
So at the end of this file, I got
mesg n
We have to change this line to :
test -t 0 && mesg n || trueThis message just to be sure we have to replace the original line, and not adding a new one...
Thx
Yes, you have to replace it.
-
-
Yes, you have to replace it.
Thx! done!
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!