From 61e4d1371e42ba00b53a18d0e3b6fb38122b996b Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 26 Jun 2020 11:09:16 +0200 Subject: #987 rename to ogclient This has been renamed from ogClient/main.py to ogClient/ogclient. --- client/shared/etc/init/default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/shared/etc/init/default.sh b/client/shared/etc/init/default.sh index d2e3681f..4612c987 100755 --- a/client/shared/etc/init/default.sh +++ b/client/shared/etc/init/default.sh @@ -19,7 +19,7 @@ echo "${MSG_LAUNCHCLIENT:-.}" [ -f /usr/local/etc/${LANG%_*}.qmap ] && export QWS_KEYBOARD="TTY:keymap=/usr/local/etc/${LANG%_*}.qmap" if [ "$ogstatus" != "offline" ]; then - python3 /opt/opengnsys/ogClient/main.py + python3 /opt/opengnsys/ogClient/ogclient else for FILE in index $OGGROUP $(ogGetIpAddress) do -- cgit v1.2.3-18-g5258