start writing main program, finish ssh module, new authnz module, various cleanup
This commit is contained in:
@@ -45,6 +45,7 @@ installfile()
|
||||
elif [[ -f $MYPATH/repo/common/$arg ]]; then
|
||||
filelist="$filelist $MYPATH/repo/common/$arg"
|
||||
else
|
||||
# Not found in repository, we expect full name
|
||||
filelist="$filelist $arg"
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -5,7 +5,7 @@ exec_serv()
|
||||
{
|
||||
[[ $# -lt 2 ]] && (
|
||||
prnt E "exec_serv(): Erreur de syntaxe !"
|
||||
exit 11
|
||||
exit 130
|
||||
)
|
||||
|
||||
local svcname=$1 command=$2
|
||||
|
||||
Reference in New Issue
Block a user