diff --git a/fedilives/peertube.sh b/fedilives/peertube.sh index ccb0771..744523e 100644 --- a/fedilives/peertube.sh +++ b/fedilives/peertube.sh @@ -33,7 +33,7 @@ function live() function nolive() { - mpv --no-terminal --ytdl-format=best "$videolink" + mpv --no-terminal --ytdl-format=best "$videolink" & exit 0 } @@ -57,3 +57,4 @@ echo "Ты, блять, дурак что ли? Белым по чёрному esac exit 0 + diff --git a/for_bigg/rtcdate.sh b/for_bigg/rtcdate.sh index ed94461..845d8f9 100755 --- a/for_bigg/rtcdate.sh +++ b/for_bigg/rtcdate.sh @@ -12,3 +12,4 @@ else rtcdate=$(TZ='Europe/Moscow' date --date='08:15' +"%Y%m%d%H%M%S") fi echo "$rtcdate" + diff --git a/for_bigg/ytmpdplay.sh b/for_bigg/ytmpdplay.sh index 3a966a7..90eaf45 100755 --- a/for_bigg/ytmpdplay.sh +++ b/for_bigg/ytmpdplay.sh @@ -29,3 +29,4 @@ esac mpc add "$play_link" 1>/dev/null exit 0 +