diff options
Diffstat (limited to 'repoman/bin')
-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 |