mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
typo
This commit is contained in:
parent
0661372427
commit
7976894ee7
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ then
|
||||||
cp -a "$tmpdir/prod.secret.exs" "$final_path/$app/config/prod.secret.exs"
|
cp -a "$tmpdir/prod.secret.exs" "$final_path/$app/config/prod.secret.exs"
|
||||||
|
|
||||||
# Restore upload dir
|
# Restore upload dir
|
||||||
sync -a "$tmpdir/uploads" "$final_path/$app/."
|
rsync -a "$tmpdir/uploads" "$final_path/$app/."
|
||||||
|
|
||||||
# Remove the tmp directory securely
|
# Remove the tmp directory securely
|
||||||
ynh_secure_remove --file="$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue