From 456db877af25959b7b29b864324fc1261b8e19f9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 11 Jul 2023 16:22:21 +0300 Subject: [PATCH] Update path --- files/new_mail_alias | 2 +- files/new_mail_user.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/new_mail_alias b/files/new_mail_alias index 000858a..a445344 100644 --- a/files/new_mail_alias +++ b/files/new_mail_alias @@ -1,6 +1,6 @@ #!/bin/bash # shellcheck disable=SC1091 -[ -r /var/lib/from_repos/scripts/shared_functions.sh ] && . /var/lib/from_repos/scripts/shared_functions.sh +[ -r /var/lib/from_repos/ad_scripts/shared_functions.sh ] && . /var/lib/from_repos/ad_scripts/shared_functions.sh function usage() { echo "Usage:" echo "$(basename "${0}") -p|--porpouse [-o|--domain ] [-l|--length ] [-e|--destination ]" diff --git a/files/new_mail_user.sh b/files/new_mail_user.sh index bc4e820..b7ad0a0 100755 --- a/files/new_mail_user.sh +++ b/files/new_mail_user.sh @@ -1,6 +1,6 @@ #!/bin/bash # shellcheck disable=SC1091 -[ -r /var/lib/from_repos/scripts/shared_functions.sh ] && . /var/lib/from_repos/scripts/shared_functions.sh +[ -r /var/lib/from_repos/ad_scripts/shared_functions.sh ] && . /var/lib/from_repos/ad_scripts/shared_functions.sh fullname='' quota=104857600000