mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
fix upgrade
This commit is contained in:
parent
ff6672c620
commit
bbae6dbffd
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ popd
|
||||||
|
|
||||||
ynh_backup_if_checksum_is_different --file="$home_path/.minetest/minetest.conf"
|
ynh_backup_if_checksum_is_different --file="$home_path/.minetest/minetest.conf"
|
||||||
|
|
||||||
cp ../conf/minetest.conf $home/.minetest/minetest.conf
|
cp ../conf/minetest.conf $home_path/.minetest/minetest.conf
|
||||||
|
|
||||||
### `ynh_replace_string` is used to replace a string in a file.
|
### `ynh_replace_string` is used to replace a string in a file.
|
||||||
### (It's compatible with sed regular expressions syntax)
|
### (It's compatible with sed regular expressions syntax)
|
||||||
|
|
Loading…
Reference in a new issue