mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +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() {
|
||||
# creating RetroDECK's lock file and writing the version number in it
|
||||
echo "$version" > "$lockfile"
|
||||
conf_write
|
||||
}
|
||||
|
||||
post_update() {
|
||||
|
|
Loading…
Reference in a new issue