diff --git a/so-setup-network b/so-setup-network index 2528ff14b..801782ad4 100755 --- a/so-setup-network +++ b/so-setup-network @@ -15,6 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -cd setup || exit +cd "$(dirname "$0")/setup" || exit 255 ./so-setup network "$@"