From d3e305b81eafce6b61c9e85a147f87a90028f37c Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Mon, 24 Aug 2026 00:03:28 +0200 Subject: [PATCH] fixed chmod order in bbuild --- source/bbuild.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bbuild.src b/source/bbuild.src index 9abbd9e..ffca4f4 100644 --- a/source/bbuild.src +++ b/source/bbuild.src @@ -31,6 +31,6 @@ else guest_file = cp.File(current_path + "/" + bin_name) end if guest_file.move "/home/" + active_user + "/guest/", bin_name +guest_file.chmod "u+rwx,g+rwx,o+rwx" guest_file.set_group "guest" guest_file.set_owner "guest" -guest_file.chmod "u+rwx,g+rwx,o+rwx"