mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Quote Desktop file path in case user id. has spaces
This commit is contained in:
parent
1e291f90d5
commit
f192fdf3c1
@ -37,7 +37,7 @@ alterations. Otherwise you must edit the file to increase shmall according to t
|
||||
Now move this file into place for the system to use by typing: (Note this assumes that
|
||||
you really did drag this file to your Desktop as required earlier.)
|
||||
|
||||
sudo cp $HOME/Desktop/sysctl.conf /etc/
|
||||
sudo cp "$HOME/Desktop/sysctl.conf" /etc/
|
||||
sudo chmod 664 /etc/sysctl.conf
|
||||
sudo chown root:wheel /etc/sysctl.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user