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