scripts: updated 'wt.sh' elevate mode to use the correct binary name

This commit is contained in:
Valerie Wolfe 2024-08-22 10:54:56 -04:00
parent ae32215b1a
commit f43ac5c8d3

View file

@ -1,7 +1,7 @@
#!/usr/bin/bash #!/usr/bin/bash
if [[ "$1" == "-e" ]]; then if [[ "$1" == "-e" ]]; then
elevate -l terminal elevate -l wt
exit exit
fi fi