Use explicit script path in test_maxctrl
The path to the script is now explicitly defined. This makes the call unambiguous as the home directory depends on the current user.
This commit is contained in:
@ -20,7 +20,7 @@ fi
|
||||
cd MaxScale/maxctrl
|
||||
|
||||
# Create the scripts that start and stop MaxScale
|
||||
~/maxctrl_scripts.sh
|
||||
$maxscale_access_homedir/maxctrl_scripts.sh
|
||||
chmod +x *.sh
|
||||
|
||||
npm i
|
||||
|
Reference in New Issue
Block a user