From a2bc87baeb02fcc0018172a10ca7f021284edbf8 Mon Sep 17 00:00:00 2001 From: lulzette Date: Sat, 21 Mar 2020 09:39:30 +0300 Subject: [PATCH] fast fix of abs-- path --- cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.sh b/cron.sh index 04c3036..6743600 100755 --- a/cron.sh +++ b/cron.sh @@ -3,7 +3,7 @@ # (actually main) script which cron (systemd.timer) starts by time ########## full_path=$(dirname "$(realpath $0)") -source /opt/downloader/config_list.sh +source $full_path/config_list.sh for i in $list; do echo "$i is live?..."