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"