scripts: updated 'wt.sh' elevate mode to use the correct binary name
This commit is contained in:
parent
ae32215b1a
commit
f43ac5c8d3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
if [[ "$1" == "-e" ]]; then
|
||||
elevate -l terminal
|
||||
elevate -l wt
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue