We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deda2cb commit 08bb5bbCopy full SHA for 08bb5bb
rpi-clone
@@ -10,7 +10,7 @@
10
# This updated code is located in a fork of Bill Wilson's git repository
11
# at https://github.com/geerlingguy/rpi-clone
12
13
-version=2.0.23
+version=2.0.24
14
15
# setup trusted paths for dependancies (like rsync, grub, fdisk, etc)
16
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
@@ -264,6 +264,10 @@ unmount_list()
264
then
265
qecho " Failed to unmount: $dir"
266
fi
267
+ if ! rmdir $dir
268
+ then
269
+ qecho " Failed to rmdir: $dir"
270
+ fi
271
done
272
}
273
0 commit comments