diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 11:09:16 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 11:11:24 +0200 |
commit | 61e4d1371e42ba00b53a18d0e3b6fb38122b996b (patch) | |
tree | 0d1293a4e3e1c11862ec8dde9def44b0e576caa0 /client | |
parent | 03f813b4f2fbde2c7b764cf3dfc471be306b93ed (diff) |
#987 rename to ogclient
This has been renamed from ogClient/main.py to ogClient/ogclient.
Diffstat (limited to 'client')
-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 |