mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
fix upgrade mv
This commit is contained in:
parent
bf1a6d6a4e
commit
7d2895989f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fi
|
||||||
if [ -f "$install_dir/requirements.txt" ]; then
|
if [ -f "$install_dir/requirements.txt" ]; then
|
||||||
mkdir "$install_dir/sources"
|
mkdir "$install_dir/sources"
|
||||||
# Move to $install_dir/sources
|
# Move to $install_dir/sources
|
||||||
find "$install_dir" -maxdepth 1 -mindepth 1 -not -name sources -exec mv {} "$install_dir/sources" +
|
find "$install_dir" -maxdepth 1 -mindepth 1 -not -name sources -exec mv -t "$install_dir/sources" {} +
|
||||||
mv "$install_dir/sources/envs" "$install_dir"
|
mv "$install_dir/sources/envs" "$install_dir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue