1
0
Fork 0

MY_PATH problem

This commit is contained in:
qo-op 2020-05-12 22:27:45 +02:00
parent d0f1b8ae36
commit b97905593d
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
source ./init.sh
source ./functions.sh
source $MY_PATH/init.sh
source $MY_PATH/functions.sh
PHONE=$1
VALEUR=$2