Skip to content

Commit 587001e

Browse files
committed
fixed uninstall driver script
1 parent a63e0b1 commit 587001e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

native/app/Source/Scripts/uninstall_driver.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ fi
99
# Get current directory path
1010
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1111

12-
./remove_driver.sh
13-
./restart_coreaudio.sh
14-
./check_driver_uninstalled.sh
12+
$DIR/remove_driver.sh
13+
$DIR/restart_coreaudio.sh
14+
$DIR/check_driver_uninstalled.sh

0 commit comments

Comments
 (0)