Loading bin/reproducible_maintenance.sh +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ if [ ! -z "$OLDSTUFF" ] ; then # try to unmount mounts first for MP in $(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "$regex" -mtime +2 ) ; do if [ -d $MP/proc ] ; then sudo umount -l $MP/proc 2>/dev/null sudo umount -l $MP/proc 2>/dev/null || echo "umount -l $MP/proc failed, continueing." fi done echo Loading Loading
bin/reproducible_maintenance.sh +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ if [ ! -z "$OLDSTUFF" ] ; then # try to unmount mounts first for MP in $(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "$regex" -mtime +2 ) ; do if [ -d $MP/proc ] ; then sudo umount -l $MP/proc 2>/dev/null sudo umount -l $MP/proc 2>/dev/null || echo "umount -l $MP/proc failed, continueing." fi done echo Loading