From d7ae395299b06359f0f7e28ddf6926ee14e48162 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 21 Oct 2020 10:53:26 +0100 Subject: [PATCH] fix launcher location --- cams/mars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cams/mars b/cams/mars index 5c7299f..d268e8a 100755 --- a/cams/mars +++ b/cams/mars @@ -1,2 +1,2 @@ #!/bin/sh -./launcher.sh "https://www.youtube.com/watch?v=6B_6K-splRU" "$1" +"$(pwd)/cams/launcher.sh" "https://www.youtube.com/watch?v=6B_6K-splRU" "$1"