diff options
-rwxr-xr-x | client/shared/etc/init/default.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |