Fix MSM permissions installing on Mark 1/Picroft
On a Raspbian platform, MSM was attempting to perform a 'sudo chown' on the skill folder after the install using a sudo command. When running inside mycroft-core as the 'mycroft' user, there is no 'sudo' permission. However, this step isn't even needed since the user installed as mycroft and the folder has the correct permissions. Now it checks the user and group before attempting to perform the action.pull/1096/head
parent
a14be987eb
commit
dd36f6dfca
2
msm/msm
2
msm/msm
|
@ -53,7 +53,7 @@ DEFAULT_SKILLS="skill-alarm skill-audio-record skill-configuration "\
|
|||
"skill-hello-world skill-media skill-npr-news skill-naptime skill-pairing "\
|
||||
"skill-personal skill-playback-control skill-reminder skill-installer "\
|
||||
"skill-singing skill-speak skill-spelling skill-stop skill-stock "\
|
||||
"skill-volume skill-weather skill-wiki fallback-wolfram-alpha "\
|
||||
"skill-volume skill-weather skill-wiki "\
|
||||
"fallback-aiml skill-mark1-demo "
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue