From 9ddc7e7a46e1cb3a29696d039fb3c9143f12cd00 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 14 Oct 2020 20:03:51 +0100 Subject: [PATCH] fix so can be excuted outside of working dir --- gui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui b/gui index e14e0b2..e355f65 100755 --- a/gui +++ b/gui @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/bash +cd "$(dirname "${BASH_SOURCE[0]}")" GTKDIALOG=gtkdialog