Merge pull request #1599 from fewtarius/dev

Update JSListen after flash.
This commit is contained in:
fewtarius 2023-06-18 16:23:33 -04:00 committed by GitHub
commit 0525b142c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,3 +115,9 @@ do
set_setting display.${DPROP} 50
fi
done
### Update JSListen
for JSL in jslisten_hotkeys jslisten_profile
do
cp -f /usr/config/${JSL} /storage/.config
done