Skip to content

Commit 684c8c0

Browse files
committed
refactoring
1 parent 8c50d09 commit 684c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/bin/upgrade-nonroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if [ -n "${leaprun_exe}" ] \
1919
"${leaprun_exe}" apt-get-update-plus-dist-upgrade
2020
else
2121
as_root
22-
/usr/bin/apt-get-update-plus dist-upgrade
22+
exec /usr/bin/apt-get-update-plus dist-upgrade
2323
fi

0 commit comments

Comments
 (0)