From d85cef01c0c2a603d2d2124b9e06cdc425cd8713 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Wed, 11 Sep 2024 19:44:35 +0200 Subject: [PATCH] rename novos => Raclette --- README.md | 4 ++-- novos => raclette | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename novos => raclette (94%) diff --git a/README.md b/README.md index 0d87ec2..fa420a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# novos +# Raclette -A wrapper-script for ansible-playbook \ No newline at end of file +A wrapper-script for ansible-playbook diff --git a/novos b/raclette similarity index 94% rename from novos rename to raclette index 50542ee..86d7fbe 100755 --- a/novos +++ b/raclette @@ -4,7 +4,7 @@ readonly PKGVER="0.0.1" readonly LICENSE="GNU AGPLv3" readonly ROOTPATH="$(dirname $(readlink -f $(which ${0})))" -readonly CONFIG="/usr/local/noveria/etc/novos/novos.json" +readonly CONFIG="/usr/local/noveria/etc/raclette/config.json" for util in ${ROOTPATH}/functions/*; do source ${util} @@ -30,7 +30,7 @@ EOF function version() { cat << EOF -Novos v${PKGVER} +Raclette v${PKGVER} Copyright (C) 2024 Noveria Network This program may be freely redistributed under