rename novos => Raclette
This commit is contained in:
parent
302e43bd92
commit
d85cef01c0
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
# novos
|
# Raclette
|
||||||
|
|
||||||
A wrapper-script for ansible-playbook
|
A wrapper-script for ansible-playbook
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
readonly PKGVER="0.0.1"
|
readonly PKGVER="0.0.1"
|
||||||
readonly LICENSE="GNU AGPLv3"
|
readonly LICENSE="GNU AGPLv3"
|
||||||
readonly ROOTPATH="$(dirname $(readlink -f $(which ${0})))"
|
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
|
for util in ${ROOTPATH}/functions/*; do
|
||||||
source ${util}
|
source ${util}
|
||||||
|
@ -30,7 +30,7 @@ EOF
|
||||||
|
|
||||||
function version() {
|
function version() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
Novos v${PKGVER}
|
Raclette v${PKGVER}
|
||||||
Copyright (C) 2024 Noveria Network
|
Copyright (C) 2024 Noveria Network
|
||||||
|
|
||||||
This program may be freely redistributed under
|
This program may be freely redistributed under
|
Loading…
Reference in a new issue