Added forgotten initialization of variable umount_cmd

This commit is contained in:
Thomas Schmitt 2019-12-08 14:37:19 +01:00
parent 1f6504f7bb
commit 2a8894a5c6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ fi
# (Listed with increasing priority.)
lsblk_cmd=
dd_cmd=
umount_cmd=
if test "$(whoami)" = "root"
then
sudo_x_dir_list="/usr/bin /bin /usr/sbin /sbin"