Ensure that bash is used with the tox users script
This commit is contained in:
parent
f73be0be53
commit
6164a57878
|
@ -760,7 +760,7 @@ fi
|
|||
EOF
|
||||
chroot "$rootdir" chown $MY_USERNAME:$MY_USERNAME /usr/bin/list-tox-users
|
||||
chroot "$rootdir" chmod +x /usr/bin/list-tox-users
|
||||
echo "* * * * * $MY_USERNAME /usr/bin/list-tox-users > /dev/null" >> $rootdir/etc/crontab
|
||||
echo "* * * * * $MY_USERNAME bash -c /usr/bin/list-tox-users > /dev/null" >> $rootdir/etc/crontab
|
||||
|
||||
if [[ $VARIANT != "usb" ]]; then
|
||||
# log in automatically
|
||||
|
|
Loading…
Reference in New Issue