export display

This commit is contained in:
Antonio J. Delgado 2023-04-19 18:17:20 +03:00
parent 293f6d565c
commit 9f97093047

View file

@ -101,6 +101,7 @@ if [ -z ${curl_cmd} ]; then
exit 3
fi
export DISPLAY=:0.0
if [[ -z ${city} ]]; then
echo "You must indicate a city to center the image."
exit 4