diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-06-22 13:06:05 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-23 13:04:03 +0200 |
commit | bbf5371425f80e0b82eff65f1a570ef3a4e2f5ea (patch) | |
tree | 75e8d9f9a6cfa82b284e10684e6cb4fe9272ff35 /repoman | |
parent | c583144e36023399425ac0b05460afd1b519eb5b (diff) |
#986 More renaming to ogserver
Another step into renaming all references of ogAdmServer to ogServer.
This commit mostly rename references to ogAdmServer.cfg in scripts.
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/importimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/importimage b/repoman/bin/importimage index 8fed1196..db652f9d 100755 --- a/repoman/bin/importimage +++ b/repoman/bin/importimage @@ -20,7 +20,7 @@ OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"} REPODIR="$OPENGNSYS/images" REPOCONF="$OPENGNSYS/etc/ogAdmRepo.cfg" -SERVERCONF="$OPENGNSYS/etc/ogAdmServer.cfg" +SERVERCONF="$OPENGNSYS/etc/ogserver.cfg" DEFAULTFILE="/etc/default/opengnsys" let BACKUP=0 source $DEFAULTFILE |