|
This post was updated on .
sh -x scripts/check_before_use.sh testmtx on GUI 1.4.4:
+ testmtx
+ ls /usr/sbin/mtx
+ CHECK=/usr/sbin/mtx
+ [ 0 = 0 ]
+ echo PASS
+ [ -z testmtx ]
sh -x scripts/check_before_use.sh testmtx on GUI 1.4.7:
+ testmtx
+ sudo -u root -S mtx
+ CHECK=
+ [ 0 = 0 ]
+ echo PASS
+ [ -z testmtx ]
which mtx:
/usr/sbin/mtx
(but the results are the same also on a working server ......)
Regards
|