[arkdep] Fix umount
This commit is contained in:
parent
839cf12126
commit
1455868981
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -1121,7 +1121,7 @@ deploy () {
|
||||||
printf "\e[1;33m<!>\e[0m\e[1m Error during package installation, validate your package layer configuration\e[0m\n"
|
printf "\e[1;33m<!>\e[0m\e[1m Error during package installation, validate your package layer configuration\e[0m\n"
|
||||||
|
|
||||||
# Unmount the installation target again
|
# Unmount the installation target again
|
||||||
unmount $arkdep_dir/deployments/${data[0]}/rootfs
|
umount $arkdep_dir/deployments/${data[0]}/rootfs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Migrate specified files and directories
|
# Migrate specified files and directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue