Skip to content

Commit

Permalink
installer.cgi: remove path to fix execute gparted button
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Dunbar committed Mar 4, 2019
1 parent 78bbdca commit 27da4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ EOT

exec_gparted() {
/bin/su - -c \
"exec env DISPLAY=':0.0' XAUTHORITY='/var/run/slim.auth' /usr/sbin/gparted" >/dev/null 2>&1
"exec env DISPLAY=':0.0' XAUTHORITY='/var/run/slim.auth' gparted" >/dev/null 2>&1
}


Expand Down

0 comments on commit 27da4d1

Please sign in to comment.