mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Added write_coinf to the lockfile script
This commit is contained in:
parent
04d2141753
commit
dd8439eb70
|
@ -222,6 +222,7 @@ ra_init() {
|
||||||
create_lock() {
|
create_lock() {
|
||||||
# creating RetroDECK's lock file and writing the version number in it
|
# creating RetroDECK's lock file and writing the version number in it
|
||||||
echo "$version" > "$lockfile"
|
echo "$version" > "$lockfile"
|
||||||
|
conf_write
|
||||||
}
|
}
|
||||||
|
|
||||||
post_update() {
|
post_update() {
|
||||||
|
|
Loading…
Reference in a new issue