fixed autoyadmdir
This commit is contained in:
parent
09d413e308
commit
9e0ad3009c
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# file, for use by autoyadm.sh
|
||||
|
||||
# We get the absolute path to the script's parent directory.
|
||||
AUTOYADMDIR="script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
AUTOYADMDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
AYE="AutoYADM Error:"
|
||||
AYM="AutoYADM:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue