sheenamt
Results
1
comments of
sheenamt
If I change the action from: `action=('ls /mnt/disk11 && date' )` to: `action=('bash -c "ls /mnt/disk11 && date" ' )` It is timed correctly, but why is the first 'bash...