- add unlicence to userconfig.sh and volumetest.sh

- remove fstab and crontab
main
Martin Selbmann 2020-09-23 11:30:36 +02:00
parent 48e56f5952
commit 57d621629b
4 changed files with 2 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# user: pi
*/15 * * * * ~/RandomVideo/RandomVideo.sh cron
@reboot git -C ~/RandomVideo pull && ~/RandomVideo/buzzer.sh
@reboot ~/beacon.sh

1
fstab
View File

@ -1 +0,0 @@
/dev/sda1 /mnt/video vfat defaults,users,ro 0 1

View File

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: Unlicense
# generic
export player="cvlc" # command to run player

View File

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: Unlicense
volumevalue=$(amixer sget Master | grep 'Right:' | awk -F'[][]' '{ print $2 }' | tr -d '%')
timeout=$1