Added write_coinf to the lockfile script

This commit is contained in:
XargonWan 2022-09-05 20:16:14 +02:00
parent 04d2141753
commit dd8439eb70

View file

@ -222,6 +222,7 @@ ra_init() {
create_lock() {
# creating RetroDECK's lock file and writing the version number in it
echo "$version" > "$lockfile"
conf_write
}
post_update() {