scripts: 'wt.sh' now exits correctly on elevate
This commit is contained in:
parent
99f7ed5726
commit
ae32215b1a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if [[ "$1" == "-e" ]]; then
|
||||
elevate -l terminal
|
||||
exit
|
||||
fi
|
||||
|
||||
cd '/mnt/c/Program Files/WindowsApps/'
|
||||
|
|
Loading…
Reference in a new issue