mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45:38 +00:00
WRAPPER: fixed the file migration in dir_prep
This commit is contained in:
parent
a7bda2214b
commit
cb20f796ab
|
@ -41,7 +41,7 @@ dir_prep() {
|
|||
if [ -d "$symlink.old" ];
|
||||
then
|
||||
echo "Moving the data from $symlink.old to $real" #DEBUG
|
||||
mv -fv "$symlink.old/*" "$real"
|
||||
mv -fv "$symlink".old/* $real
|
||||
echo "Removing $symlink.old" #DEBUG
|
||||
rm -rf "$symlink.old"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue