From 0db286a80b93104f66ad8ff3905e08d1633c452e Mon Sep 17 00:00:00 2001 From: kyodev Date: Sat, 26 Aug 2017 10:26:13 +0200 Subject: [PATCH] 1.0.1 --- scripts/getIp | 5 +++-- scripts/getIp_changelog | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/getIp b/scripts/getIp index 864e93e..9c9c118 100755 --- a/scripts/getIp +++ b/scripts/getIp @@ -1,6 +1,6 @@ #!/bin/bash -version=1.0.0 +version=1.0.1 date="25/08/2017" projet="simpledeb" contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/" @@ -315,7 +315,8 @@ fscript_get_version(){ # v19/08/2017 } # installation du script dans le système -fscript_install(){ # v24/08/2017 +fscript_install(){ # v25/08/2017 + [ "$(type -t fscript_install_special)" ] && fscript_install_special # test, si fonction spécifique, appel if dirname "$0" | grep -q 'bin' ; then f__info "\n $script $version est déjà installé" return 1 diff --git a/scripts/getIp_changelog b/scripts/getIp_changelog index a7dbaad..5aac448 100644 --- a/scripts/getIp_changelog +++ b/scripts/getIp_changelog @@ -1,12 +1,13 @@ # changelog getIp -## 1.0.0 25/08/2017 +## 1.0.1 25/08/2017 * renommage fscript_dl en fscript_update * révision fscript_install, fscript_update * révision f__wget_test * révision f__error, f__info +* maj fscript_install pour éventuel fscript_install_special ## 0.9.0 24/08/2017