Add .editorconfig and correct indentation for many seqs
This commit is contained in:
@@ -41,7 +41,7 @@ step_100_info() {
|
||||
step_100_alias() { ALIAS="occ"; }
|
||||
step_100() {
|
||||
shift
|
||||
|
||||
|
||||
exe "${localOcc[@]}" "$@"
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ step_102() {
|
||||
local ncdb=
|
||||
local ip=
|
||||
local ipregex='^[0-2]*[0-9]{1,2}\.[0-2]*[0-9]{1,2}\.[0-2]*[0-9]{1,2}\.[0-2]*[0-9]{1,2}$'
|
||||
|
||||
|
||||
if [ -z $1 ] ; then
|
||||
echoerr " [E] No database provided"
|
||||
if [ -f "${WDIR}/mysql.sh" ] ; then
|
||||
@@ -96,7 +96,7 @@ step_106_alias() { ALIAS="audioscan"; }
|
||||
step_106() {
|
||||
shift
|
||||
local ncUser=$1
|
||||
|
||||
|
||||
if [ -z "$ncUser" ] ; then
|
||||
echoerr " [E] Reset only for single user"
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user