Update file run_onchange_after_20-apply-settings.mjs.tmpl
This commit is contained in:
parent
79bb24ed88
commit
2fd859f7bf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async function applyGsettings(settings) {
|
|||
console.log(setting.value)
|
||||
const gsetting = setting.setting
|
||||
const gsettingVal = setting.value
|
||||
await $`gsettings set ${gsetting} ${gsettingVal}`
|
||||
await $`gsettings set ` + ${gsetting} + `${gsettingVal}`
|
||||
} catch (e) {
|
||||
log('error', 'Gsettings Failure', 'Failed to apply gsetting')
|
||||
console.error(e)
|
||||
|
|
Loading…
Reference in a new issue