fixed chmod order in bbuild

This commit is contained in:
2026-08-24 00:03:28 +02:00
parent 0485298af7
commit d3e305b81e

View File

@@ -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"