Enhanced update_portage scripti derp
This commit is contained in:
parent
baafb7e6fc
commit
e83e1e38ba
@ -38,7 +38,7 @@ umount_overlay () {
|
|||||||
|
|
||||||
# umount current, replace and mount new
|
# umount current, replace and mount new
|
||||||
replace_squashfs () {
|
replace_squashfs () {
|
||||||
[ ! -f ${SQFS_PORTAGE}.new ] || \
|
[ -f ${SQFS_PORTAGE}.new ] || \
|
||||||
{ echo "No new portage tree version found!"; exit 1; }
|
{ echo "No new portage tree version found!"; exit 1; }
|
||||||
|
|
||||||
mountpoint -q ${PORTAGE}
|
mountpoint -q ${PORTAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user