]> git.devmsg.it Git - giulio/.git/commitdiff
Corretto auto-off
authorGiulio Maestrini <giuliomaestrini@posteo.net>
Sat, 24 Dec 2022 13:52:29 +0000 (14:52 +0100)
committerGiulio Maestrini <giuliomaestrini@posteo.net>
Sat, 24 Dec 2022 13:52:29 +0000 (14:52 +0100)
aurora/song+.sh
aurora/song-.sh
aurora/vol+.sh
aurora/vol-.sh

index 1b699a9103636570419df46d89212d3a7bf5169f..fb1b93bdcbb6fa6610f53879b89a213fae80f7f3 100755 (executable)
@@ -10,7 +10,7 @@ function action {
                mpc next
        #if NO
        else
-               mpc play
+               /bin/bash /home/ubuntu/scripts/replay.sh &
        fi
 }
 
index 94a2b6c6a7d477a4bc5154b22edd51991aff6283..328116b004639f6349999987642b5e12270bdbd0 100755 (executable)
@@ -10,7 +10,7 @@ function action {
                mpc prev
        #if NO
        else
-               mpc play
+               /bin/bash /home/ubuntu/scripts/replay.sh &
        fi
 }
 
index 94144f0c37d81c12764e423a43625c59fcce7db2..3db5124ab7af359beae6fea8cf1aed58dc56c62a 100755 (executable)
@@ -10,7 +10,7 @@ function action {
                mpc volume +10
        #if NO
        else
-               mpc play
+               /bin/bash /home/ubuntu/scripts/replay.sh &
        fi
 }
 
index f0c95bd8ee6ecdd850668bc4085f5513c42e3993..0be981273f002b47d2b4342a441ac808cbb659b2 100755 (executable)
@@ -10,7 +10,7 @@ function action {
                mpc volume -10
        #if NO
        else
-               mpc play
+               /bin/bash /home/ubuntu/scripts/replay.sh &
        fi
 }