fast fix of abs-- path

This commit is contained in:
lulzette 2020-03-21 09:39:30 +03:00
parent d15e9a7132
commit a2bc87baeb

View File

@ -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?..."