source
This commit is contained in:
parent
8f81cb4455
commit
c22e6d18ce
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
MAIN_USERS_FILE="$(realpath --canonicalize-existing "${0}")"
|
MAIN_USERS_FILE="$(realpath --canonicalize-existing "${BASH_SOURCE[0]}")"
|
||||||
|
|
||||||
MAIN_USERS_ROOT="$(dirname "${MAIN_USERS_FILE}")"
|
MAIN_USERS_ROOT="$(dirname "${MAIN_USERS_FILE}")"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue