Fix typo
This commit is contained in:
parent
05c3dd174c
commit
6898e3c26d
|
@ -15,7 +15,7 @@ begin
|
|||
if [ (echo "$configs" | jq "length") -gt 0 ]
|
||||
if [ "$XDG_SESSION_TYPE" = "tty" ]
|
||||
set -l entryPoint ~"$name"/.config/autostart/PortValhallaProfile.desktop
|
||||
sudo -u "$name" mkrit -p "$(dirname "$entryPoint")"
|
||||
sudo -u "$name" mkdir -p "$(dirname "$entryPoint")"
|
||||
|
||||
begin
|
||||
printf %s\n \
|
||||
|
|
Loading…
Reference in a new issue